Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Need help to get URL for live video streaming

(http://stream-recorder.com/forum/showthread.php?t=19559)

dichvu1000 03-30-2015 10:11 AM

Need help to get URL for live video streaming


 
Hi 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

stinkfoot 03-30-2015 10:17 AM

Re: Need help to get URL for live video streaming


 
"1427508813" like unix numeric value time.
http://www.epochconverter.com/

dichvu1000 03-30-2015 10:22 AM

Re: Need help to get URL for live video streaming


 
yes, it might be. But i think they hid the real link in flash that's why it really hard to get the URL.

hasomaso 03-30-2015 10:29 AM

Re: Need help to get URL for live video streaming


 
download
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 -




dichvu1000 03-30-2015 10:40 AM

Re: Need help to get URL for live video streaming


 
Thank you so much. I will try when get home. Port locked at work.

dichvu1000 03-30-2015 09:15 PM

Re: Need help to get URL for live video streaming


 
hi Hasomaso, If i want it to run on XBMC, what codes do i need to put in .strm file? Thank you.

hasomaso 03-31-2015 03:54 AM

Re: Need help to get URL for live video streaming


 
use 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>


dichvu1000 03-31-2015 04:18 PM

Re: Need help to get URL for live video streaming


 
Many thanks !!!


All times are GMT -6. The time now is 08:10 PM.