PDA

View Full Version : Downloading multi-part rtmpe into singe file


_Nazar_
03-15-2012, 04:10 AM
Hello! Some video streaming services often streams their long videos (e.g. full episodes) as multi-part rtmpe streams.

For example:

Serial_ep1_s1
rtmpe://server.net/ondemand/path/serial_ep1_s1_act1.mp4
rtmpe://server.net/ondemand/path/serial_ep1_s1_act2.mp4
rtmpe://server.net/ondemand/path/serial_ep1_s1_act3.mp4
rtmpe://server.net/ondemand/path/serial_ep1_s1_act4.mp4
rtmpe://server.net/ondemand/path/serial_ep1_s1_act5.mp4

Is it possible to download these streams into single mp4 file?
If not could it be realized?

karlo2105
03-15-2012, 06:09 AM
Hello! Some video streaming services often streams their long videos (e.g. full episodes) as multi-part rtmpe streams.

For example:



Is it possible to download these streams into single mp4 file?
If not could it be realized?

Those streams are hosted into parts so you can't.
But once you download them on your computer, you can stick videos together with Avidemux into one file.

- Open Avidemux
- File -> Add (your videos one by one)
- Choose Video, Audio codec and format container and then Save it.

_Nazar_
03-15-2012, 08:04 AM
Yes, thank you. I know about this solution.
SWF player plays them just like a single file. And I can see little marks on player timeline which indicates when next part will be played.
So I thought maybe rtmpdump can download them just like player plays them.
I think this future can be implemented. For example if provide in “-o” existing file name with –resume parameter.
Or better, if we can provide in "–r" parameter links separated by ';'

karlo2105
03-15-2012, 08:41 AM
Yes, thank you. I know about this solution.
SWF player plays them just like a single file. And I can see little marks on player timeline which indicates when next part will be played.
So I thought maybe rtmpdump can download them just like player plays them.
I think this future can be implemented. For example if provide in “-o” existing file name with –resume parameter.
Or better, if we can provide in "–r" parameter links separated by ';'

I think SWF player considers part files as a part of playlist. :D

svnpenn
03-15-2012, 09:02 AM
No. RtmpDump is not meant as a replacement flash player, or a replacement VLC.

If you would like to mod it to do that, that is your business.