PDA

View Full Version : streamtuga.com - Open RTMP


any ANONYMOUS forum user
04-24-2011, 02:46 PM
How can i use this to open url directly

http://www.streamtuga.com/p/sportv-1.html
I hav obtain this how i i decode for use only one url on broswer.

<embed allowfullscreen="true" allowscriptaccess="always" flashvars="file=live1&amp;plugins=adtvideo&amp;adtvideo.config=http://player.sptv-on.co.cc/adC.xml&amp;height=374&amp;width=630&amp;skin=http%3A//www.longtailvideo.com/files/skins/glow/5/glow.zip&amp;streamer=rtmp://sptv-on.co.cc/live&amp;stretching=exactfit&amp;logo.hide=false&amp;logo.file =http://img836.imageshack.us/img836/6268/logohs.png&amp;logo.hide=false&amp;fixed=margin-top&amp;abouttext=http://streamtuga.com&amp;logo.link=http://www.streamtuga.com&amp;image=http://img19.imageshack.us/img19/143/wwweh.png&amp;autostart=true" height="318" quality="high" src="http://player.sptv-on.co.cc/player.swf" type="application/x-shockwave-flash" width="547" wmode="transparent"></embed></div><br />

placebo
04-24-2011, 03:40 PM
Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4 "records" it as Live Stream.

What about rtmpdump, chap, KSV, Steven?

svnpenn
04-24-2011, 04:23 PM
rtmpdump -r rtmp://sptv-on.co.cc/live/live1 -W http://player.sptv-on.co.cc/player.swf -p http://www.streamtuga.com/p/sportv-1.html -v -o live1.flv

for some reason this stream requires both (-p) and (-v) to work correctly

KSV
04-24-2011, 09:58 PM
Assuming that you want to watch that channel without other distractions on page, you can use the following command to directly watch it with vlc

rtmpdump -r rtmp://sptv-on.co.cc/live/live1 -W http://player.sptv-on.co.cc/player.swf -p http://www.streamtuga.com/p/sportv-1.html --live --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

How to watch RTMP/RTMPE/RTMPT streaming with vlc using rtmpdump (http://stream-recorder.com/forum/watch-rtmp-rtmpe-rtmpt-streaming-vlc-using-t8814.html)

newleader
04-27-2011, 09:31 AM
Tanks
Placebo, svnpenn and KSV.

How can i decode this site to use only a url?
How can i do it?

Stream Recorder
04-27-2011, 01:56 PM
How can i decode this site to use only a url?
How can i do it?
RTMP streams may require some additional information besides the URL.

newleader
04-27-2011, 04:57 PM
Ok.
How can i convert in rss feeds.
My target is play on a multimedia player in my room.
Is possible to play that rtmp, the player and the site in a rss?

newleader
04-28-2011, 05:01 PM
Is any way that i can to know the real url.