Rtmpdump used to support podcasts. FFMpeg also has basic support rtmp, perhaps so it works "Movies-TsMuxer".mrc960 wrote:
I've got a rtmp internet TV stream. Transcoding doesn't work with the Internet-television profile. I tried then with the Movies-TsMuxer profile and it works. However the aspect ratio isn't correct. But I can live with that.
Is it correct to use the Movies-TsMuxer transcoding profile for rtmp streams?
Or is there a dedicated transcoding profile for rtmp streams which I didn't find? I saw that there is the rtmpdump.exe tool in the distribution pack but I didn't find it in the transcoder list.
Thank you for any confirmation or hint.
You can use the folder of podcasts for rtmp-sources.
1. Folder Podcasts - right click - Add podcast.
2. Title: Rtmp Streams
3. List of resources read mode: Special (script)
4. Script for the links to the resource - On - Edit Script
Language: Pascal script
Expression:
Code: Select all
begin
MediaResourceLink := '-r "' + mpFilePath + '"' // parameters rtmpdump.exe
end.