Skip to content

[Feature request] Implementing RTMP for live streaming to Twitch etc. #359

Description

@DevPika

Is your feature request related to a problem? Please describe.
Not really related to a problem, but it would be great if we could directly live stream from a Switch.

Describe the solution you'd like
Adding an RTMP mode similar to the RTSP mode. I have tried using ffmpeg binaries on a separate device that converts RTSP to RTMP, where the video is copied as is and the audio is transcoded from Raw to AAC or similar. Maybe the audio transcoding could be left out if too taxing as a sysmodule.

Describe alternatives you've considered
One alternative could be a separate sysmodule that runs in parallel to SysDvr but that could lead to performance issues. Another alternative would be to have a low power device like RPi do the transcoding, but then it won't be just the Switch anymore.

Additional context
I did try implementing some of this myself but it is hard to debug a sysmodule. I would be happy to discuss, and given some pointers in the right direction for debugging / dev setup more than willing to contribute in the this feature's development!

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions