Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Allow custom ffmpeg rtmp output #8940
Comments
|
That is not possible but you can extract stream URL with |
|
Ok, I managed to grab video only so far by:
But there are two flaws - there's no audio, and it plays stream since the beginning of vsh 4 hours. Disabling VSH allows to capture realtime, and recording to localhost saves sound, but streaming with rtmp just breaks sound. |
|
Found a solution:
Should manually encode to aac, but that seems to fix the issue. Thanks for help. |
|
|
|
Ok, I'll have to polish it later. Thank you for sending me to "-g". :-) |
|
Tested it. -acodec copy doesn't work. But that doesn't matter either. |
I want youtube-dl to push a youtube livestream via ffmpeg with rtmp module to custom rtmp url.
I get an error "LookupError: unknown encoding: -c"
Is there a way to work it arond and force custom ffmpeg settings inside youtube-dl?