Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 07-07-2012, 09:35 PM
megalivestream megalivestream is offline
Junior Member
 
Join Date: Jul 2012
Posts: 23
megalivestream is on a distinguished road
Default

Embeding rtmp into my wordpress


Uhhh 3 weeks and still tstruggling , i came cross this website and hoping to find someone that can help and assist with this . I have tried tons of plugins including jw player . either i am doing something wrong or i don't know what i am doing , please help.

I am running wordpress with a wordpress theme on my website and i want to simply want this news channels embeded in my website . the live url is this http://www.aljazeera.net/livestreaming/pages please anyone show me how to get the rtmp and embed it into my wordpress . any help is greatlly appreciate it . most of the vidoes i watch all don't work . Thanks in advance . it would be much appreciate it if someone could spend a minute to get the RTMP and help me out and tell me what needs to be done on my website . Thanks in advance .
Reply With Quote
  #2  
Old 07-08-2012, 03:04 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


here is code for rtmpdump
Code:
rtmpdump -r "rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live" -a "aljazeeraflashlive-live?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=897709209001&affiliateId=" -f "WIN 11,3,300,257" -W "http://admin.brightcove.com/viewer/us20120705.1016/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.aljazeera.net/livestreaming/pages" --live -y "aljazeera_ara_high?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=897709209001&affiliateId=" -o aljazeera_ara_high.flv
Reply With Quote
  #3  
Old 07-08-2012, 04:23 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Thumbs up

Re: Embeding rtmp into my wordpress


iphone stream from that page is _http://aljazeera-ara-apple-live.adap...rabic/160.m3u8

or using ffplay
Code:
ffplay -i "http://aljazeera-ara-apple-live.adaptive.level3.net/apple/aljazeera/arabic/160.m3u8"
Reply With Quote
  #4  
Old 07-08-2012, 10:35 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


And another one

Code:
$ rtmp-host.sh
Press enter after video starts

127.0.0.1 aljazeeraflashlivefs.fplive.net
Press enter to start RtmpSrv, then restart video.

RTMP Server v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Closing connection... done!

RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
rtmpdump -r "rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live
?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=897709209001&affili
ateId=" -a "aljazeeraflashlive-live?videoId=1066347278001&lineUpId=&pubId=665001
584001&playerId=897709209001&affiliateId=" -f "WIN 11,3,300,257" -W "http://admi
n.brightcove.com/viewer/us20120705.1016/federatedVideoUI/BrightcovePlayer.swf?ui
d=1341761663588" -p "http://www.aljazeera.net/livestreaming/pages" -y "aljazeera
_ara_high?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=8977092090
01&affiliateId=" -o aljazeera_ara_high.flv
Exiting
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
Connecting ...
INFO: Connected...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound
ERROR: Closing connection: NetStream.Play.StreamNotFound
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   width                 480.00
INFO:   height                360.00
INFO:   framerate             25.00
INFO:   videocodecid          7.00
INFO:   videodatarate         800.00
INFO:   audiodatarate         96.00
3112.174 kB / 23.45 sec
Reply With Quote
  #5  
Old 07-08-2012, 01:48 PM
megalivestream megalivestream is offline
Junior Member
 
Join Date: Jul 2012
Posts: 23
megalivestream is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Thank you very much - Quick question , what application did you use to get this rtmp code please ?
Reply With Quote
  #6  
Old 07-08-2012, 02:44 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Quote:
Originally Posted by megalivestream
what application did you use to get this rtmp code
github.com/svnpenn/etc/blob/master/rtmp-host.sh
Reply With Quote
  #7  
Old 07-08-2012, 03:52 PM
megalivestream megalivestream is offline
Junior Member
 
Join Date: Jul 2012
Posts: 23
megalivestream is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


I am sorry i am not great with scripts and not sure what to do with the rtmp script you posted ? I used URL snooper but i didn't get the same information you guys posted here . Coulld you please share the instructions on running the script , i have windows machine
Reply With Quote
  #8  
Old 07-08-2012, 04:07 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Quote:
Originally Posted by megalivestream
I am sorry i am not great with scripts and not sure what to do with the rtmp script you posted
svnpenn.github.com/2012/05/rtmp-host
Reply With Quote
  #9  
Old 07-08-2012, 05:23 PM
megalivestream megalivestream is offline
Junior Member
 
Join Date: Jul 2012
Posts: 23
megalivestream is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Ok i got all that stuff with the script , now what do i run from cygwin terminal for the above rmtp live link . i ran the scrupt by it self and this is what i got

$ ./rtmp.sh
./rtmp.sh: line 5: $'\r': command not found
./rtmp.sh: line 6: syntax error near unexpected token `$'{\r''
'/rtmp.sh: line 6: `pid(){

Thanks in adnance and thanks for your patience
Reply With Quote
  #10  
Old 07-08-2012, 06:08 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Quote:
Originally Posted by megalivestream
i ran the scrupt by it self and this is what i got

$ ./rtmp.sh
./rtmp.sh: line 5: $'\r': command not found
./rtmp.sh: line 6: syntax error near unexpected token `$'{\r''
'/rtmp.sh: line 6: `pid(){
Cygwin uses LF (\n) for line endings. If you have copy pasted the script into a text editor that uses CRLF (\r\n) line endings then Cygwin interprets the \r as a command. This can be fixed by actually downloading the script, or using a text editor with LF (\n) line endings.
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:14 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons