Search found 9 matches

Go to advanced search

by Squirrelywrath
30 Jan 2009 20:28
Forum: VLC stream-output (sout)
Topic: FLV streaming on Windows with 0.9.8a
Replies: 20
Views: 14537

Re: FLV streaming on Windows with 0.9.8a

I had it working on Fedora 10 running 0.9.8a. Try changing the mux to mux=ffmpeg{mux=flv}. It seems the quality using the FLV1 codec in the 0.9.8a version had degraded but it could just be the system I'm using for encoding. I have another system running an older version and the quality seems to be b...
by Squirrelywrath
02 Jun 2008 19:43
Forum: VLC stream-output (sout)
Topic: Stream for HTTP
Replies: 2
Views: 4571

Re: Stream for HTTP

What version of VLC are you using. It is my understanding that FLV transcoding is only supported in the svn or nightly releases. If you do vlc --version you should get back "VLC media player 0.9.0-svn" Here is my transcode line #transcode{vcodec=FLV1,deinterlace=linear,scale=.4,vb=400}:std...
by Squirrelywrath
02 Jun 2008 19:34
Forum: VLC stream-output (sout)
Topic: how generated a configuration file?
Replies: 1
Views: 589

Re: how generated a configuration file?

Not sure what to do with the :program=1 but here is a starting point for you. vlc "udp://@224.1.1.1:11111" -vvv --sout '#transcode{vcodec=FLV1,deinterlace=linear,scale=.4,vb=400}:std{access=http,mux=ffmpeg{mux=flv},dst=127.0.0.1:8087/stream.flv}' -I telnet converts to the below. new channe...
by Squirrelywrath
19 May 2008 20:18
Forum: VLC stream-output (sout)
Topic: -vvv option not described in help files
Replies: 1
Views: 541

Re: -vvv option not described in help files

-vvv just increases the verbosity of the output that VLC generates when run. You can also supply -v3 which seems function the same as -vvv. It's listed in the vlc -h as "-v, --verbose <integer> Verbosity (0,1,2)"
by Squirrelywrath
17 Mar 2008 20:36
Forum: VLC stream-output (sout)
Topic: Transcode live multicast to flash and emebed in web page
Replies: 11
Views: 6555

Re: Transcode live multicast to flash and emebed in web page

Try running from a command prompt with -v for debugging and see if that sheds any light on what maybe causing the issue. You may need to go to -vvv but that is a lot of information to go through.
by Squirrelywrath
03 Mar 2008 15:43
Forum: VLC stream-output (sout)
Topic: Transcode live multicast to flash and emebed in web page
Replies: 11
Views: 6555

Re: Transcode live multicast to flash and emebed in web page

Jens, You'll have to forgive me it's been a little while since I built it. I added rpm.livna.org to my yum repos so I could pull packages that are not in the default Fedora channels. From there I installed all the buildrequires rpms out of the spec file, I forget if it was the spec file for the late...
by Squirrelywrath
29 Feb 2008 23:21
Forum: VLC stream-output (sout)
Topic: Transcode live multicast to flash and emebed in web page
Replies: 11
Views: 6555

Re: Transcode live multicast to flash and emebed in web page

Daemontools is just a service manager for Unix. It watches vlc and if it exits for any reason it will start it back up. We use it to run VLC in telnet mode. Below is what I gathered from the page that embeds the flash. I'll try to check with individual that built it and verify that it is accurate. I...
by Squirrelywrath
28 Feb 2008 22:34
Forum: VLC stream-output (sout)
Topic: Transcode live multicast to flash and emebed in web page
Replies: 11
Views: 6555

Re: Transcode live multicast to flash and emebed in web page

I haven't tried a newer version but I know this one should be working for what you are looking for: vlc-snapshot-20071213.tar. I don't handle the flash player embedding in the pages someone else does. We are taking MPEG2 input and converting it to Flash output. The output is then displayed in an emb...
by Squirrelywrath
30 May 2007 21:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Can't build from source -- want to do PS3/Cell modifications
Replies: 6
Views: 2623

I was running into the same undefined references for libiconv when compiling the latest 0.9-svn code on a Fedora Core 6 box. Adding -liconv to the vlc_LDFLAGS in the make file corrected the issue. Adding it to the vlc_LDADD as indicated in the previous post didn't fix the issue.

Go to advanced search