Search found 23 matches

Go to advanced search

by isync
12 Jan 2012 22:10
Forum: VLC stream-output (sout)
Topic: is it possible to concatenate RTSP sources and stream this?
Replies: 0
Views: 333

is it possible to concatenate RTSP sources and stream this?

Hello,
I've got a list of separate RTSP stream sources, like rtsp://www.example.com/file1.mp4, rtsp://www.example.com/file2.mp4, rtsp://www.example.com/file3.mp4

Would it be possible to create a playlist of these rtsp files and then re-stream the result as one uninterrupted stream?
by isync
17 Sep 2010 14:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problems with 1.0.3 on debian
Replies: 3
Views: 3020

Re: problems with 1.0.3 on debian

The error LibVLC has detected an unusable buggy GNU/libc version. Please update to version 2.8 or newe simply means your vlc was compiled against an incompatibe libc. Solve it by recompiling vlc. Go to this post about compiling vlc for an indepth disucssion of how to get this right. The post also te...
by isync
09 Nov 2009 23:40
Forum: VLC stream-output (sout)
Topic: FLV1 video codec
Replies: 14
Views: 13826

Re: FLV1 video codec

I've got trouble with JW Player as well. First sound only and the play-icon, if I press it, the video starts. But it seems as if JW Player just downloads a segment and later on messes up.
And the guys from JW Player don't really understand that vlc does indeed stream stuff, I think...
by isync
09 Nov 2009 18:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libtiger won't compile (was: pangocairo missing)
Replies: 5
Views: 1171

Re: [unsolved] libtiger won't compile (was: pangocairo missing)

I reserve --disabling as last resort, but would like to get the contribs complete.

No idea how to circumvent the "'PANGO_GRAVITY_AUTO" error (or what triggers it) that breaks my contribs system run?
by isync
09 Nov 2009 17:39
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libtiger won't compile (was: pangocairo missing)
Replies: 5
Views: 1171

Re: libtiger won't compile (was: pangocairo missing)

Already did that, libtiger tested for "PANGOCAIRO" and died there until I made:
apt-get install libcairo2 libcairo2-dev
apt-get install libpango1.0-0 libpango1.0-dev
Anything wrong with that? See what Etch provides.
by isync
09 Nov 2009 16:42
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libtiger won't compile (was: pangocairo missing)
Replies: 5
Views: 1171

libtiger won't compile (was: pangocairo missing)

Building vlc with the contribs system on Debian Etch runs through after a lot of tweaks until I am finally out of wit when libtiger tells me: checking for KATE... yes checking for PANGOCAIRO... configure: error: Package requirements (pangocairo >= 0.16) were not met: No package 'pangocairo' found Co...
by isync
06 Nov 2009 18:27
Forum: VLC stream-output (sout)
Topic: Adding "now playing" title metadata to an asf stream, how?
Replies: 0
Views: 382

Adding "now playing" title metadata to an asf stream, how?

This forum post expects vlc to be able to pass dynamic environment variables to the streamout via variables, e.g. --marq-marquee="$N" . Now, is it possible to do the same for ASF? Adding --sout-asf-title "Now playing: $N" to a vlc command does not work, the $N gets replaced by <...
by isync
04 Nov 2009 15:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC 0.9.6 on Debian Etch. 3 problems, some solutions
Replies: 7
Views: 4590

Re: Compile VLC 0.9.6 on Debian Etch. 3 problems, some solutions

Following this vlc compile guide , I was able to build a stripped down vlc 1.1.0 on my Debian Etch system today! Jay! :D And/or: There might be no need to build yourself: Grendelman.net states to provide a 0.9.8a package via sipo.nl . I may be too stupid to use aptitude but firing "aptitude -t ...
by isync
04 Nov 2009 13:46
Forum: General VLC media player Troubleshooting
Topic: cannot find encoder - WMV2
Replies: 1
Views: 1962

Re: cannot find encoder - WMV2

1. Why are you transcoding the stream on the relay-server side again? It should be sufficient to just remux via mux=asf or mux asfh (asf/asfh depends on vlc version, i think) 2. I am getting the same "cannot create packetizer output (WMV2)" on a 9.8.6a Janus vlc... Can anyone reading this ...
by isync
04 Nov 2009 13:37
Forum: VLC stream-output (sout)
Topic: Segmentation fault using gather module
Replies: 9
Views: 1759

Re: Segmentation fault using gather module

Got the same segfault with 0.8.6.a Janus on Debian, while streaming a .asf-only playlist with #gather:std... and --sout-keep

Any progress/solution on this thread/topic?
by isync
19 Oct 2009 15:20
Forum: VLC stream-output (sout)
Topic: Combining two output streams into 1 command- How do I?
Replies: 6
Views: 1058

Re: Combining two output streams into 1 command- How do I?

@Rémi Denis-Courmont:
as you seem to know: would explicitely using ffmpeg, for example venc=ffmpeg{fps=12}, solve this and force/enable vlc to do the fps modification?
by isync
18 Oct 2009 15:22
Forum: VLC stream-output (sout)
Topic: Receiving and serving streams
Replies: 4
Views: 1294

Re: Receiving and serving streams

You need to somehow to trick vlc into acting as a listening relay server, as from kdh's thread: vlc.exe udp://@:8777 --sout-mux-caching 45000 --sout "#standard{access=http,mux=ts,dst=127.0.0.1:9070}" --intf rc what works. Anyway, I have a related problem, and am too much of a noob to fully...
by isync
18 Oct 2009 15:18
Forum: VLC stream-output (sout)
Topic: Whats wrong with the playlist?
Replies: 2
Views: 692

Re: Whats wrong with the playlist?

Have you tried m3u playlists? Save it to a seperate file and start vlc with

Code: Select all

vlc.exe C:\myplaylist.m3u
...had never any problems with it.
by isync
18 Oct 2009 15:16
Forum: VLC stream-output (sout)
Topic: Combining two output streams into 1 command- How do I?
Replies: 6
Views: 1058

Re: Combining two output streams into 1 command- How do I?

except for the fact VLC 1.0.1 does not reduce the FPS as requested
I've seen this, that vlc seems to ignore fps settings, as well. Can someone from the developers please explain, or post a bug report?
by isync
18 Oct 2009 15:14
Forum: VLC stream-output (sout)
Topic: Relay problem through DSS
Replies: 2
Views: 1458

Re: Relay problem through DSS

Did you solve it? Please share.
by isync
18 Oct 2009 15:13
Forum: VLC stream-output (sout)
Topic: Relaying a stream to a VLC client
Replies: 2
Views: 681

Re: Relaying a stream to a VLC client

Any progress on this thread? Please share.
by isync
18 Oct 2009 15:12
Forum: VLC stream-output (sout)
Topic: Keeping transcoded streams alive?
Replies: 5
Views: 1148

Re: Keeping transcoded streams alive?

@cable007: could you please post example command? Your working command?
by isync
18 Oct 2009 15:02
Forum: VLC stream-output (sout)
Topic: VLC and Darwin Streaming Server
Replies: 5
Views: 4128

Re: VLC and Darwin Streaming Server

I see many threads regarding streaming and relaying via Darwin /DSS, can someone fill me in why?
What is it that vlc can't and Darwin can??
by isync
18 Oct 2009 15:00
Forum: VLC stream-output (sout)
Topic: using VLC as RTP relay?
Replies: 13
Views: 5718

Re: using VLC as RTP relay?

Could you please post the whole command set, for the feeding vlc and the relaying vlc?
Thanks.
by isync
18 Oct 2009 14:55
Forum: VLC stream-output (sout)
Topic: Unable to stream multiple files continuously (Solved)
Replies: 5
Views: 5539

Re: Unable to stream multiple files continuously (Solved)

To explain the above: what you need is 1. The option --sout-keep to keep the output open continuusly. 2. :gather The "gather" module (see the docs for that). Put it into your sout command: "--sout "#gather:transcode{vcod...". But be prepared that it somethimes is the cause f...
by isync
18 Oct 2009 14:52
Forum: VLC stream-output (sout)
Topic: Video Streaming - breaks down after every title.
Replies: 2
Views: 524

Re: Video Streaming - breaks down after every title.

What you need is: 1. The option --sout-keep to keep the output open continuusly. 2. :gather The "gather" module (see the docs for that). Put it into your sout command: "--sout "#gather:transcode{vcod...". But be prepared that it somethimes is the cause for crashes. Be sensib...
by isync
18 Oct 2009 14:49
Forum: VLC stream-output (sout)
Topic: VLC - Stream
Replies: 2
Views: 3167

Re: VLC - Stream to a broadcast server i.e. ustream.tv, justin.t

Short answer: I don't know (someone having done it should help us!) Long answer: I think you need to look into what their supplied software does and where it sends the outgoing stream - and then try to replicate this with vlc... Or simply use the software (if not avoidable) but feed it with vlc. Ple...
by isync
18 Oct 2009 14:39
Forum: VLC stream-output (sout)
Topic: vlc as relay/fowarding/repeater server for asf
Replies: 0
Views: 1185

vlc as relay/fowarding/repeater server for asf

Using the command: vlc.exe udp://@:8777 --sout-mux-caching 45000 --sout "#standard{access=http,mux=ts,dst=127.0.0.1:9070}" --intf rc I had success using a daemonized vlc as stream relay for ts muxed streams. Now, using this knowledge, so far I wasn't able to relay asf streams - can anyone ...

Go to advanced search