Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Need help to get URL for live video streamingHi all,
i have this video streaming link: http://www.vietstartv.com/player.swf...a=14 27508813. I have tried to use wireshark to get the URL to play on VLC but unable to do so. The number "1427508813" constantly changed, so I am not sure that was the problem. I have tried many time but no luck. If you have time, please take a look. I appreciate your help. Thank you |
#2
|
|||
|
|||
Re: Need help to get URL for live video streaming"1427508813" like unix numeric value time.
http://www.epochconverter.com/ |
#3
|
|||
|
|||
Re: Need help to get URL for live video streamingyes, it might be. But i think they hid the real link in flash that's why it really hard to get the URL.
|
#4
|
|||
|
|||
Re: Need help to get URL for live video streamingdownload
Code:
rtmpdump -v -r "rtmpe://64.62.143.5/live/" -a "live/" -f "WIN 16,0,0,305" -W "http://www.vietstartv.com/player.swf" -p "http://www.vietstartv.com/player.swf?action=PlayClip&accion=canal&estampa=1427508813" -y "donotstealmy-Stream1" -o "output.flv" Code:
RTMPDump v2.4 GIT-2015-01-15 (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: trackinfo: INFO: timescale 90000.00 INFO: length 21336315.00 INFO: language eng INFO: sampledescription: INFO: sampletype avc1 INFO: timescale 48000.00 INFO: length 11380736.00 INFO: language eng INFO: sampledescription: INFO: sampletype mp4a INFO: audiochannels 2.00 INFO: audiosamplerate 48000.00 INFO: videoframerate 29.97 INFO: aacaot 2.00 INFO: avclevel 30.00 INFO: avcprofile 100.00 INFO: audiocodecid mp4a INFO: videocodecid avc1 INFO: width 700.00 INFO: height 480.00 INFO: frameWidth 700.00 INFO: frameHeight 480.00 INFO: displayWidth 700.00 INFO: displayHeight 480.00 INFO: framerate 90000.00 INFO: moovposition 36.00 INFO: duration 237.10 913.383 kB / 6.54 sec (2.7%) vlc play x86 Code:
rtmpdump -v -r "rtmpe://64.62.143.5/live/" -a "live/" -f "WIN 16,0,0,305" -W "http://www.vietstartv.com/player.swf" -p "http://www.vietstartv.com/player.swf?action=PlayClip&accion=canal&estampa=1427508813" -y "donotstealmy-Stream1" | c:\progra~1\videolan\vlc\vlc - vlc play x64 Code:
rtmpdump -v -r "rtmpe://64.62.143.5/live/" -a "live/" -f "WIN 16,0,0,305" -W "http://www.vietstartv.com/player.swf" -p "http://www.vietstartv.com/player.swf?action=PlayClip&accion=canal&estampa=1427508813" -y "donotstealmy-Stream1" | c:\progra~2\videolan\vlc\vlc - |
#5
|
|||
|
|||
Re: Need help to get URL for live video streamingThank you so much. I will try when get home. Port locked at work.
|
#6
|
|||
|
|||
Re: Need help to get URL for live video streaminghi Hasomaso, If i want it to run on XBMC, what codes do i need to put in .strm file? Thank you.
|
#7
|
|||
|
|||
Re: Need help to get URL for live video streaminguse livestreamplugin with .xml file and putt that in your .xml file
Code:
<item> <title>VietStar Tv</title> <link>rtmpe://64.62.143.5/live/ app=live/ playpath=donotstealmy-Stream1 swfUrl=http://www.vietstartv.com/player.swf pageUrl=http://www.vietstartv.com/player.swf?action=PlayClip&accion=canal&estampa=1427508813 swfVfy=true live=true timeout=15</link> <thumbnail></thumbnail> </item> |
#8
|
|||
|
|||
Re: Need help to get URL for live video streamingMany thanks !!!
|
Tags: video live streaming |
Thread Tools | |
Display Modes | |
|
|