urgend help with rtmpe Streamhi all , im seriously getting nuts with this live stream (on a linux box)
rtmpe://alex-stream.rosebud-media.de/lblive/alexlivestream_2.mp4 player location: http://alex-berlin.de/swf/alexplayer002.swf i used the oldschool method getting hash 2bbcf070f267594db43c780fc216c18dbdf50b0b33299b4f04 40c71837163521 swf size 220920 and issued this command and a couple of variations but im not getting further Code:
./rtmpdump -r rtmpe://alex-stream.rosebud-media.de/lblive/ -y alexlivestream_2 -w 2bbcf070f267594db43c780fc216c18dbdf50b0b33299b4f0440c71837163521 -s http://alex-berlin.de/swf/alexplayer002.swf -x 220920 -a video -o test2.flv Code:
./rtmpdump --swfhash "2bbcf070f267594db43c780fc216c18dbdf50b0b33299b4f0440c71837163521" --swfsize 220920 -r "rtmpt://alex-stream.rosebud-media.de/lblive/alexlivestream_2.mp4" --live -o test.mp4 Code:
WARNING: Trying different position for server digest! thank you |
Re: urgend help with rtmpe StreamCode:
http://alex-stream.rosebud-media.de:1935/live/alexlivetv.smil/playlist.m3u8 |
Re: urgend help with rtmpe Streamor rtmpdump:;)
Code:
rtmpdump -r "rtmpe://217.115.145.185/live" -a "live" -W "http://www.alex-berlin.de/swf/alexplayer002.swf" -T "9yuXuRXn" --live -y "mp4:alexlivestream_2" -o "t.flv" Code:
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV) |
Re: urgend help with rtmpe StreamYou are missing two things. first is rtmp redirection. either use the redirected url (use -V | --verbose switch) or compile rtmpdump with my patches and it will be handled automatically. secondly it uses SecureToken. decompile the player swf to get SecureToken.
|
Re: urgend help with rtmpe StreamQuote:
Thanks |
Re: urgend help with rtmpe Streamthanks all, awesome help...the ffmpeg hint is the best way to go for my purposes
|
Re: urgend help with rtmpe StreamQuote:
|
Re: urgend help with rtmpe Stream@chap you mentioned the ffmpeg method with the m3u8 playlist, but im not getting further , would help me a lot
Code:
ffmpeg -i http://alex-stream.rosebud-media.de:1935/live/alexlivetv.smil/playlist.m3u8 -acodec copy -vcodec copy -f flv test.flv when i ipen the playlist.m3u8 ill gett but Code:
#EXTM3U |
Re: urgend help with rtmpe StreamCode:
ffmpeg -i "http://alex-stream.rosebud-media.de:1935/live/alexlivetv.smil/playlist.m3u8" -vcodec copy -acodec copy t.ts Code:
C:\Opera 12.00\profile\temporary_downloads\ffmpeg-git-6833fe4-win32-static\ffmpe |
Re: urgend help with rtmpe Streamthanks chap, seems my ffmpeg is outdated and doesnt support hls demux
Code:
ffmpeg -i "http://alex-stream.rosebud-media.de:1935/live/alexlivetv.smil/playlist.m3u8" -vcodec copy -acodec copy t.ts |
All times are GMT -6. The time now is 01:43 AM. |