I'd like to use VLC to broadcast a UDP TS for an entire playlist of MPG files. I can make this work manually when adding a single file to the playlist, and specifying the stream output parameters. What I want is to add a directory full of files to the playlist without having to specify the stream ou...
that sounds like multicast is not present on the default MacOS network (the topmost one). If you have multiple networks, try changing the order of them in the Network control panel. I have mcast on my non-primary interface, and use this terminal command enter a route for the mcast address space: sud...
Hi, here is the commandline I use to get VLC transcoding MPEG2 to H.264. I also have an automator action, but this needs to be updated for 0.8.6. http://uctv.canberra.edu.au/downloads/vlc-transcoder-automator-action/ George /Applications/VLC.app/Contents/MacOS/clivlc -vvv -I logger --logfile ~/Libra...
I'm using VLC 0.8.6a on MacOS to do multicast UDP broadcasting with SAP. However, the TTL on all SAP packets is 255, no matter what value I set on the command line -ttl value. I also don't see any change in this high TTL when adding supposedly outdated switches, --sout-udp-ttl 2 --sout-rtp-ttl 2 --s...
If shutdown were available as a VLM command it would be much easier to build systems that loop on a changing folder of items. Making it work with the scheduler would be even better!
I'd like to have a VLC broadcast from files contained in a folder on disk. No problem here, just open the folder in the playlist and the files therein are read, and played repeatedly. But let's say some files are added to the directory. How can I get VLC to re-read the contents of the directory to g...
MacOS X 10.4.x, PPC and Intel Mac (v0.8.5 and 0.8.6svn) Windows XP on some 386 box (v0.8.5) The http interface port number is increased by one every time the preferences are opened. The result is that the port number changes from 8080 to 8081 to 8082 etc on subsequent open/change/saving of prefs. To...
It's great that the development Intel Mac version of VLC is flowing again. http://nightlies.videolan.org/build/macosx-intel/?C=M;O=D I used this version: trunk-intel-20060730-0059.dmg 30-Jul-2006 00:52 21M This version can't find H.264 for encoding/transcoding, whereas the latest SVN version on PPC ...
As we (Ucan and Usyd) are both signatories to the AVCC's screenrights agreement, our legal people say it's OK. But then we've never been challenged on it, and you get a different answer from everyone you ask. The only streams we're rebroadcasting are FTA satellite ones. The subscription networks def...
Other people haven't been so carefull I notice - we can currently get a number of Satelite TV channels via Canberra and at one point some one in the US was 'leaking' CNN. Gday Matthew. Actually, that's deliberate from Canberra. http://uctv.canberra.edu.au/Members/geo/news/uctv-available-australia-w...
To save the TS you don't need to specify raw input, just save it to a file. If you can get it to play different channels on screen, that's what will be recorded. If the broadcast is a TS with multiple streams in it, and VLC is picking the first, I don't think there's a way to select the program in t...
When compiling minisapserver 0.3.2, it looks like it does not find the value for config.Programs.size() I get sapserver.cpp: In function 'int main(int, char**)': sapserver.cpp:196: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'size_t' Line 196 is: /* TODO check configura...