flowplayer and flv streaming

About encoding, codec settings, muxers and filter usage
mariuz
Blank Cone
Blank Cone
Posts: 13
Joined: 07 Feb 2008 11:08
VLC version: 0.9.x
Operating System: ubuntu
Contact:

flowplayer and flv streaming

Postby mariuz » 19 Feb 2008 12:15

i have created an http stream for flv this way

Code: Select all

cvlc -I http -vvv --security-policy=1 --color v4l:/dev/video0:channel=1:adev=/dev/dsp:audio=0 --sout '#transcode{vcodec=FLV1,acodec=mpga,ab=128,venc=ffmpeg{hurry-up}}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:1234:/stream.flv}'
The problem is when i try to use in flowplayer , it shows me that is loading but doesn't really sho only black screen
var fo = new SWFObject("../FlowPlayerDark.swf", "FlowPlayer", "468", "350", "7", "#ffffff", true);
// need this next line for local testing, it's optional if your swf is on the same domain as your html page
fo.addParam("allowScriptAccess", "always");
fo.addVariable("config", "{ countryCode: 'fi', playList: [ {overlayId: 'play' }, { url: 'http://192.168.0.227:1234/stream.flv' } ], initialScale: 'scale', fullScreenScriptURL: 'fullscreen.js' }");
fo.write("flowplayerholder");
I also tested from the http interface but shows me nothing too

Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 35 guests