UStream in JWPlayerHello.
I want to play UStream in JWPlayer, becouse I want to avoid those stupid commercials. I managed to play UStream stream in JWPlayer, but only for 60-90 seconds, then stream stops. I can resume stream, but I have to do it manually. Is there any "keep-alive" command that stream would play without any stops? With rtmpdump I can capture stream without any problems or any stops - I use this command: Code:
rtmpdump -r "rtmp://flash64.ustream.tv/ustreamVideo/XXXXXXXX/streams/live" --live -o UStream.flv Here's my code I use with JWPlayer: Code:
<div id="jwplayer">JW Player goes here</div> Any ideas? |
Re: UStream in JWPlayerWorking fine to me. :D
Code:
rtmpdump -v -r "rtmp://flash67.ustream.tv/ustreamVideo/9792704/streams/live" -W "http://static-cdn1.ustream.tv/swf/live/viewer:42.swf" -p "http://www.ustream.tv/channel/tvmetropolis" | vlc - |
Re: UStream in JWPlayerI don't want to play it in VLC, I want to play it in JWPlayer...
|
Re: UStream in JWPlayerhey? I have this kind of issue too. Did you manage to fix this?
|
All times are GMT -6. The time now is 11:07 AM. |