Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Embeding rtmp into my wordpress

(http://stream-recorder.com/forum/showthread.php?t=13137)

hasomaso 07-29-2012 12:02 AM

Re: Embeding rtmp into my wordpress


 
Quote:

Originally Posted by megalivestream (Post 50109)
What i was asking , how to make this rtmp plays in my VLC when i run it ? my direct VLC path is C:\Program Files\VideoLAN\VLC\vlc.exe ?



hi,

if you want to play with vlc player, then you must insert the


Code:

| c:\progra~1\videolan\vlc\vlc -
or...

Code:

| c:\progra~2\videolan\vlc\vlc -
as follows

Code:

rtmpdump -v -r "rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=897709209001&affiliateId=" -a "aljazeeraflashlive-live?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=897709209001&affiliateId=' -f 'WIN 11,3,300,257" -W "http://admin.brightcove.com/viewer/us20120725.1623/federatedVideoUI/BrightcovePlayer.swf?uid=1343524322545" -p "http://www.aljazeera.net/livestreaming/pages" -y "aljazeera_ara_high?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=897709209001&affiliateId=" | c:\progra~1\videolan\vlc\vlc -

megalivestream 07-29-2012 01:06 AM

Re: Embeding rtmp into my wordpress


 
Thanks that did launch FLV player but it just sits there and in the command prompt i do KB/s numbers are changing , how long do i need to wait before the videos plays ? it has been sitting for 5 minutes now with an flv player window but no video and no errors . the only warning i see in the command prmpt is this "WARNING: You haven't specified an output file (-o filename), using stdout"

Thanks

hasomaso 07-29-2012 01:14 AM

Re: Embeding rtmp into my wordpress


 
Quote:

Originally Posted by megalivestream (Post 50118)
Thanks that did launch FLV player but it just sits there and in the command prompt i do KB/s numbers are changing , how long do i need to wait before the videos plays ? it has been sitting for 5 minutes now with an flv player window but no video and no errors . the only warning i see in the command prmpt is this "WARNING: You haven't specified an output file (-o filename), using stdout"

Thanks


the stream will start in 2 seconds

see here...


http://www.mediafire.com/?e8a6bqte3hs5h63

PayNow 07-29-2012 05:13 AM

Re: Embeding rtmp into my wordpress


 
Here you go ;)

Code:

<script type='text/javascript'src='http://player.longtailvideo.com/jwplayer.js'></script>
 
<div id='mediaspace'>This text will be replaced</div>
 
<script type='text/javascript'>
  jwplayer('mediaspace').setup({
    'flashplayer': 'http://player.longtailvideo.com/player.swf',
    'file': 'aljazeera_ara_high',
    'streamer': 'rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live',
    'controlbar': 'bottom',
    'width': '470',
    'height': '320'
  });
</script>


jz5968 03-12-2014 06:29 PM

Re: Embeding rtmp into my wordpress


 
Once you have thecode, try this program which will generate the HTMl code to play the stream in your browser.

http://www.4shared.com/get/fQcSSEFMba/RTMP_pplayer.html


All times are GMT -6. The time now is 04:20 PM.