PDA

View Full Version : Is it possible to dig out an working RTMP from this one...


jonsan
12-31-2012, 06:12 AM
My first posting here, so first a big thanx to all ppl thats are helping us here, especially svnpenn and his unofficial builds
that I use both for testing on Windows PC and also his source to cross-compile for using on my dreambox with the nstreamplugin...

Now to my problem, is it possible to dig out an working rtmp that could be used on my dreambox from this link:

http://live.thaipbs.or.th/index.php?bwoption=1024k

The result I get with rtmphelper and RTMP Server:
rtmpdump -v -r "rtmp://tpbsedgeint2.101g.net:8935/cdnlive" -a "cdnlive?SE=6023333=abb21929ec839c2843b1522c1ad94cb 0" -f "WIN 11,5,502,135" -W "http://commondatastorage.googleapis.com/101_cdn/tpbs/StrobeMediaPlayback.swf" -p "http://live.thaipbs.or.th/index.php?bwoption=1024k" -y "tpbspc2?SE=6023333=abb21929ec839c2843b1522c1ad94cb 0" -o tpbspc2.flv

...but this is of course not working for me.

It also looks like you are being directed to different servers depending on where u stay in the world,
because I found another stream connected to this page, but the throughput is to low for working here at my home in Sweden...
rtmpdump -v -r "rtmp://203.189.117.17:80/cdnlive" -a "cdnlive" -f "WIN 11,5,502,135" -W "http://commondatastorage.googleapis.com/101_cdn/tpbs/StrobeMediaPlayback.swf" -p "http://live.thaipbs.or.th/index.php?bwoption=1024k" -y "tpbspc2" -o tpbspc2.flv

evol
01-01-2013, 03:49 AM
At a guess i think a token is needed ?

chap
01-01-2013, 04:19 AM
http://live.thaipbs.or.th/index.php?bwoption=1024k
try use
http://tpbsedge.101g.net:8088/liveedge/tpbsmo1.stream/playlist.m3u8

evol
01-01-2013, 06:20 AM
http://live.thaipbs.or.th/index.php?bwoption=1024k
try use
http://tpbsedge.101g.net:8088/liveedge/tpbsmo1.stream/playlist.m3u8

Haha clever just change your User Agent :D

Low
http://tpbsedge.101g.net:8088/liveedge/tpbsmo5.stream/playlist.m3u8
Medium
http://tpbsedge.101g.net:8088/liveedge/tpbsmo4.stream/playlist.m3u8
High
http://tpbsedge.101g.net:8088/liveedge/tpbsmo3.stream/playlist.m3u8

jonsan
01-01-2013, 10:52 AM
Thnx for the tips but tpbsedge.101g.net is the same as 203.189.117.17 and that server doesnt do it for me, too low bandwith...

I need a working solution for tpbsedgeint2.101g.net and is located at 184.171.162.11, SECUREDSERVERS, US....
I have been pookin' around in the swf-file, but couldn't identify a secure tooken...

chap
01-01-2013, 12:06 PM
but couldn't identify a secure tooken...
use
rtmpdumphelper
RTMP Server v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://tpbsedgeint2.101g.net:8935/cdnlive" -a "cdnlive?UA=1787995=a
bb21929ec839c2843b1522c1ad94cb0" -f "WIN 11,5,502,135" -W "http://commondatastor
age.googleapis.com/101_cdn/tpbs/StrobeMediaPlayback.swf" -p "http://live.thaipbs
.or.th/index.php?bwoption=1024k" --live -y "tpbspc2?UA=1787995=abb21929ec839c284
3b1522c1ad94cb0" -o "01-01-13_09-06-28_tpbspc2.flv"

Closing connection... done!

RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for client digest!
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: Metadata:
INFO: duration 0.00
INFO: width 640.00
INFO: height 360.00
INFO: videodatarate 500.00
INFO: framerate 25.00
INFO: videocodecid 7.00
INFO: audiodatarate 125.00
INFO: audiosamplerate 44100.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 10.00
INFO: encoder Lavf54.22.100
INFO: filesize 0.00
377.277 kB / 34.96 sec

jonsan
01-01-2013, 12:43 PM
I always use rtmpdumphelper, and of course it works at the same time you open the webpage, but try to open the stream one more time a few second later=no luck :(

As I said, I'm looking for a solution that makes me able to play it back through rtmpgw and the nstreamplugin on my dreambox..

chap
01-01-2013, 04:02 PM
I always use rtmpdumphelper, and of course it works at the same time you open the webpage, but try to open the stream one more time a few second later=no luck :(

As I said, I'moking for a solution that makes me able to play it back through rtmpgw and the nstreamplugin on my dreambox..

try
Starting with RtmpSrv v2.4-70-gab3dc21, you can supply the "-i" parameter.
https://github.com/svnpenn/rtmpdump/commit/ab3d