Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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! INFO: Connected... ERROR: rtmp server sent error ERROR: rtmp server requested close thank you |
#2
|
|||
|
|||
Re: urgend help with rtmpe StreamCode:
http://alex-stream.rosebud-media.de:1935/live/alexlivetv.smil/playlist.m3u8 |
#3
|
|||
|
|||
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) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... WARNING: Trying different position for server digest! INFO: Connected... Starting Live Stream INFO: Metadata: INFO: author INFO: copyright INFO: description INFO: keywords INFO: rating INFO: title INFO: presetname Custom INFO: creationdate Mon May 14 20:53:02 2012 INFO: videodevice Decklink Video Capture INFO: framerate 25.00 INFO: width 720.00 INFO: height 576.00 INFO: videocodecid avc1 INFO: videodatarate 1000.00 INFO: avclevel 30.00 INFO: avcprofile 66.00 INFO: videokeyframe_frequency5.00 INFO: audiodevice Decklink Audio Capture INFO: audiosamplerate 44100.00 INFO: audiochannels 2.00 INFO: audioinputvolume 75.00 INFO: audiocodecid .mp3 INFO: audiodatarate 128.00 276.304 kB / 2.46 sec |
#4
|
|||
|
|||
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.
|
#5
|
|||
|
|||
Re: urgend help with rtmpe StreamQuote:
Thanks |
#6
|
|||
|
|||
Re: urgend help with rtmpe Streamthanks all, awesome help...the ffmpeg hint is the best way to go for my purposes
|
#7
|
|||
|
|||
Re: urgend help with rtmpe StreamQuote:
|
#8
|
|||
|
|||
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 #EXT-X-VERSION:2 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1000000 /live/_definst_/mp4:alexlivestream_2/playlist.m3u8?wowzasessionid=949410792 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=300000 /live/_definst_/mp4:alexlivestream_1/playlist.m3u8?wowzasessionid=949410792 |
Tags: rtmpe stream grabbing |
Thread Tools | |
Display Modes | |
|
|