PDA

View Full Version : ukcast rtmpdumb


max190
09-12-2014, 02:01 AM
hi folks
I need play this with rtmpdump and vlc

http://www.ukcast.co/channel.php?u=130

How?
Thanks

hasomaso
09-12-2014, 02:27 AM
rtmpdump -v -r "rtmpe://31.220.0.135/live" -a "live" -f "WIN 15,0,0,152" -W "http://ukcast.co/player//player.swf" -p "http://www.ukcast.co/embedChannel.php?u=130&vw=670&vh=410" -y "130" | c:\progra~1\videolan\vlc\vlc -


or

rtmpdump -v -r "rtmpe://31.220.0.135/live" -a "live" -f "WIN 15,0,0,152" -W "http://ukcast.co/player//player.swf" -p "http://www.ukcast.co/embedChannel.php?u=130&vw=670&vh=410" -y "130" | c:\progra~2\videolan\vlc\vlc -


RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: presetname Custom
INFO: creationdate Wed Sep 03 14:58:31 2014
INFO: videodevice e2eSoft VCam
INFO: framerate 29.97
INFO: width 400.00
INFO: height 240.00
INFO: videocodecid avc1
INFO: videodatarate 280.00
INFO: avclevel 31.00
INFO: avcprofile 66.00
INFO: videokeyframe_frequency 5.00
INFO: audiodevice Realtek HD Audio Input
INFO: audiosamplerate 22050.00
INFO: audiochannels 1.00
INFO: audioinputvolume 75.00
INFO: audiocodecid .mp3
INFO: audiodatarate 32.00
5780.497 kB / 148.75 sec

max190
09-12-2014, 02:43 AM
thanks guy
works fine

What is the method you use to find this link?

hasomaso
09-12-2014, 03:51 AM
thanks guy
works fine

What is the method you use to find this link?


wireshark
rtmpdumphelper

max190
09-12-2014, 04:26 PM
thanks

I tried wireshark without success
I tried rtmpsrv, I get link but doesn't work.

Only rtmp works with rtmpsrv, rtmpe no.

max190
09-12-2014, 11:54 PM
@hasomaso

Do you have a tutorial?