Search found 10 matches

Go to advanced search

by Poulpatine
06 Nov 2008 13:16
Forum: VLC stream-output (sout)
Topic: Update Transcoding Options On The Fly
Replies: 2
Views: 742

Re: Update Transcoding Options On The Fly

It would be very nice if this option were integrated in vlc :)
by Poulpatine
30 Oct 2008 12:38
Forum: Web and scripting
Topic: Aliased FlowPlayer
Replies: 2
Views: 1656

Re: Aliased FlowPlayer

Ok, thank you for your response.

I think I'll use the latest version of flowplayer (beta 3).
I'll publish my parameters on this topic.
by Poulpatine
27 Oct 2008 16:24
Forum: Web and scripting
Topic: Aliased FlowPlayer
Replies: 2
Views: 1656

Aliased FlowPlayer

Hi, I'm currently playing with VLC flv streaming and the embedded flash video player but there is a little problem. Actually, Flow Player is very aliased and I've tried to tweak it's parameters (useHwScaling ...) but the video is still aliased. When I try to use another version of FlowPlayer, video ...
by Poulpatine
07 Oct 2008 08:40
Forum: VLC stream-output (sout)
Topic: A little stuck streaming Flash on Debian
Replies: 9
Views: 2065

Re: A little stuck streaming Flash on Debian

Hi !

Here is a line which works for me :

vlc mysource.avi --sout
'#transcode{vcodec=FLV1,scale=0.5,acodec=mp3,samplerate=22050}:std{access=http,dst=192.168.0.7:1234/stream.flv}'
-I http --http-host 192.168.0.7:8080

( Be sure to specify the audio samplerate to 44100, 22050 or 11025 ) .
by Poulpatine
06 Oct 2008 08:51
Forum: VLC stream-output (sout)
Topic: FLV1 video codec
Replies: 14
Views: 13978

Re: FLV1 video codec

I've tested a nightly build vlc release and it's working. Here is my line : vlc http://mafreebox.freebox.fr/freeboxtv/playlist.m3u --sout '#transcode{vcodec=FLV1,scale=0.25,acodec=mp3,samplerate=22050}:std{access=http,dst=192.168.0.7:1234/stream.flv}' -I http --http-host 192.168.0.7:8080 And, if I u...
by Poulpatine
03 Oct 2008 13:26
Forum: VLC stream-output (sout)
Topic: FLV1 video codec
Replies: 14
Views: 13978

Re: FLV1 video codec

I've downloaded JW Player from this page : http://www.jeroenwijering.com/?item=JW_FLV_Player And, in the folder of the JW archive extraction I'm making a text file called index.html ( or what you want with .html extension ) with this content : <html> <p id='preview'>The player will show in this para...
by Poulpatine
02 Oct 2008 12:39
Forum: VLC stream-output (sout)
Topic: FLV1 video codec
Replies: 14
Views: 13978

Re: FLV1 video codec

According to the changelog ( http://www.videolan.org/developers/vlc/NEWS ) I don't think so ...
by Poulpatine
02 Oct 2008 12:34
Forum: VLC stream-output (sout)
Topic: FLV1 video codec
Replies: 14
Views: 13978

Re: FLV1 video codec

With my line I've been able to start streaming but I've encountered the same problem as yours. Sound but no video :( ...
by Poulpatine
02 Oct 2008 11:45
Forum: VLC stream-output (sout)
Topic: FLV1 video codec
Replies: 14
Views: 13978

Re: FLV1 video codec

Ok.

Under Windows I've seen some troubles with arguments.

Maybe with

vlc.exe yoursource --sout #transcode{vcodec="FLV1",acodec="mp3"}:std{access="http",mux="ffmpeg{mux=\"flv\"}",dst="0.0.0.0:8081/stream.flv"} ?
by Poulpatine
02 Oct 2008 11:20
Forum: VLC stream-output (sout)
Topic: FLV1 video codec
Replies: 14
Views: 13978

Re: FLV1 video codec

In mux you should try "mux=ffmpeg{mux=flv}" instead of "mux=flv" .

I'm presently trying to set-up the same type of solution.

Could you say me which VLC version, OS and FLV Player are you using ?

Thank you :)

Go to advanced search