PDA

View Full Version : Problem with rtmp


KDN165
03-01-2013, 07:25 AM
Hi all

Iīm spanish (sorry for my english).

I have a problem with this rtmp. Itīs captured with RTMPDumpHelper from National Geografic Spain and I canīt reproduce it. Whatīs the problem?. how can I reproduce it in VLC?

rtmp://$OPT:rtmp-raw=rtmp://199.9.254.10/app playpath=jtv_TBeVts9u9bG8x671 swfUrl=http://www-cdn.jtvnw.net/widgets/live_embed_player.rb1d1a7ffb3a904f8b80444bdd7e349a 0e39fe37d.swf live=1 pageUrl=http://hispaniatelevision.com/TV/Documentales/national-geographic.html --jtv bef86dc1981567d84a561dd32f8f01d7409e9ed6:{swfDomai ns: [justin.tv, jtvx.com, xarth.com, twitchtv.com, twitch.tv, newjtv.com, jtvnw.net, wdtinc.com, imapweather.com, facebook.com, starcrafting.com], streamName: jtv_TBeVts9u9bG8x671, expiration: 1362150292.4294569, geo_ip: 85.155.238.32, server: video6-1.dfw01}

Thank you

CristianoA
03-01-2013, 08:08 AM
link to video

KDN165
03-01-2013, 08:37 AM
link to video

http://hispaniatelevision.com/TV/Documentales/national-geographic.html

svnpenn2
03-02-2013, 12:52 AM
If you have sed, you can fix like this

#!/bin/sed -f

# quotes
s/\]*, /\\"&\\"/g
s/: \[*/\\"&\\"/g
s/{/&\\"/
s/}/\\"&/

# params
s/[^=]*=/rtmpdump -r /
s/playpath=/-y /
s/swfUrl=/-W /
s/live=1/-v/
s/pageUrl=/-p /
s/--jtv /&"/
s/$/" -o a.flv/

evol
03-02-2013, 04:23 AM
Hi all

Iīm spanish (sorry for my english).

I have a problem with this rtmp. Itīs captured with RTMPDumpHelper from National Geografic Spain and I canīt reproduce it. Whatīs the problem?. how can I reproduce it in VLC?

rtmp://$OPT:rtmp-raw=rtmp://199.9.254.10/app playpath=jtv_TBeVts9u9bG8x671 swfUrl=http://www-cdn.jtvnw.net/widgets/live_embed_player.rb1d1a7ffb3a904f8b80444bdd7e349a 0e39fe37d.swf live=1 pageUrl=http://hispaniatelevision.com/TV/Documentales/national-geographic.html --jtv bef86dc1981567d84a561dd32f8f01d7409e9ed6:{swfDomai ns: [justin.tv, jtvx.com, xarth.com, twitchtv.com, twitch.tv, newjtv.com, jtvnw.net, wdtinc.com, imapweather.com, facebook.com, starcrafting.com], streamName: jtv_TBeVts9u9bG8x671, expiration: 1362150292.4294569, geo_ip: 85.155.238.32, server: video6-1.dfw01}

Thank you

What you have posted is for Simple TV Player
rtmp://$OPT:rtmp-raw=

KDN165
03-02-2013, 05:29 AM
What you have posted is for Simple TV Player
rtmp://$OPT:rtmp-raw=

Sorry.

Today the channel is off, but the rtmp of my previous post is this:
rtmpdump -r "rtmp://199.9.254.10/app" -a "app" -f "WIN 11,6,602,171" -W "http://www-cdn.jtvnw.net/widgets/live_embed_player.rb1d1a7ffb3a904f8b80444bdd7e349a 0e39fe37d.swf" -p "http://hispaniatelevision.com/TV/Documentales/national-geographic.html" --jtv "bef86dc1981567d84a561dd32f8f01d7409e9ed6:{\"swfDomains\": [\"justin.tv\", \"jtvx.com\", \"xarth.com\", \"twitchtv.com\", \"twitch.tv\", \"newjtv.com\", \"jtvnw.net\", \"wdtinc.com\", \"imapweather.com\", \"facebook.com\", \"starcrafting.com\"], \"streamName\": \"jtv_TBeVts9u9bG8x671\", \"expiration\": 1362150292.4294569, \"geo_ip\": \"85.155.238.32\", \"server\": \"video6-1.dfw01\"}" -y "jtv_TBeVts9u9bG8x671" -o "jtv_TBeVts9u9bG8x671.flv"

evol
03-02-2013, 08:08 AM
Use livestreamer
https://github.com/chrippa/livestreamer

Use it like this on justin.tv & twitch.tv streams

livestreamer http://www.justin.tv/????? iphonehigh
livestreamer http://www.justin.tv/????? iphonehigh_hls
livestreamer http://www.justin.tv/????? iphonelow
livestreamer http://www.justin.tv/????? iphonelow_hls
livestreamer http://www.justin.tv/????? live


????? = channel name

KDN165
03-03-2013, 03:37 AM
Ok thanks you very much!! ;)