Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Problem with rtmpHi 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? Code:
rtmp://$OPT:rtmp-raw=rtmp://199.9.254.10/app playpath=jtv_TBeVts9u9bG8x671 swfUrl=http://www-cdn.jtvnw.net/widgets/live_embed_player.rb1d1a7ffb3a904f8b80444bdd7e349a0e39fe37d.swf live=1 pageUrl=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} |
#2
|
|||
|
|||
Re: Problem with rtmplink to video
|
#3
|
|||
|
|||
Re: Problem with rtmpCode:
http://hispaniatelevision.com/TV/Documentales/national-geographic.html |
#4
|
|||
|
|||
Re: Problem with rtmpIf you have sed, you can fix like this
Code:
#!/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/ |
#5
|
|||
|
|||
Re: Problem with rtmpQuote:
Code:
rtmp://$OPT:rtmp-raw= |
#6
|
|||
|
|||
Re: Problem with rtmpQuote:
Today the channel is off, but the rtmp of my previous post is this: Code:
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.rb1d1a7ffb3a904f8b80444bdd7e349a0e39fe37d.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" |
#7
|
|||
|
|||
Re: Problem with rtmpUse livestreamer
Code:
https://github.com/chrippa/livestreamer Code:
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 |
#8
|
|||
|
|||
Re: Problem with rtmpOk thanks you very much!!
|
Tags: geo_ip, problem, rtmp, token |
Thread Tools | |
Display Modes | |
|
|