dichvu1000
03-30-2015, 10:11 AM
Hi all,
i have this video streaming link: http://www.vietstartv.com/player.swf?action=PlayClip&accion=canal&estampa=1427508813.
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
"1427508813" like unix numeric value time.
http://www.epochconverter.com/
dichvu1000
03-30-2015, 10:22 AM
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
download
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"
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
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
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 -
http://i.imgur.com/h5JLjTS.png
dichvu1000
03-30-2015, 10:40 AM
Thank you so much. I will try when get home. Port locked at work.
dichvu1000
03-30-2015, 09:15 PM
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
use livestreamplugin with .xml file and putt that in your .xml file
<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
Many thanks !!!
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.