Rtmp: Is There Such a Linux Command Line Tool

RTMP: Is there such a linux command line tool?

One of the following should do, if you have mplayer or vlc compiled with RTMP access.


mplayer -dumpstream rtmp://live.site.com/loc/45/std_fc74a6b7f79c70a5f60.mp3

This will generate a ./stream.dump.


vlc -I dummy rtmp://live.site.com/loc/45/std_fc74a6b7f79c70a5f60.mp3 \
--sout file/ts:output.mpg vlc://quit

This will generate a ./output.mpg. You'll have to demux it to extract just the audio stream out.

configure command line tool not found in the Qt directory (Linux 32-bit)

That tool is a part of Qt source code and is only useful when you're going to build Qt yourself. In that case, you shouldn't be downloading any installers; download the source code archive instead.

Best way to convert RTMP to MP4

There is currently no live format that works with html 5 . Mp4 can not be used as a live source as it is not a streaming format. The only built in support for Live audio/video on iOS is HLS.



Related Topics



Leave a reply



Submit