Search found 46 matches

Go to advanced search

by bXn
24 May 2007 12:15
Forum: VLC stream-output (sout)
Topic: Streaming *.ts files across internet
Replies: 3
Views: 1208

Re: Streaming *.ts files across internet

I have been successfully streaming *.ts files across my LAN (UDP) for some time now. I am attempting to stream across the internet and the server side plays locally just fine, and have set my TTL as high as 12 and always get the same error on the receiving end: " Main error - Unable to fill bu...
by bXn
27 Apr 2007 11:50
Forum: VLC media player for Windows Troubleshooting
Topic: MPEG4 over MPEG2-TS re-encapsulated to MP4
Replies: 4
Views: 1023

I did not want to say that you were wrong, I just wanted to add this point of view. I would be quite surprised that in 5 years, the most used video format in DTT in Europe still be MPEG-2 but I could be wrong. My point was also to underlined the fact that as soon as several commercial broadcast are ...
by bXn
27 Apr 2007 09:48
Forum: VLC media player for Windows Troubleshooting
Topic: MPEG4 over MPEG2-TS re-encapsulated to MP4
Replies: 4
Views: 1023

In my opinion MPEG 4 should not be placed in a MPEG 2 container. Mainconcepts was the first to allow h.264 in a PS or TS container. This allowed editors and broadcasters to use the new formats without the need for new programs. However it has also created incompatibilities and support problems. All...
by bXn
26 Apr 2007 16:57
Forum: Web and scripting
Topic: Starting VLC = ok, but starting from PHP only works local
Replies: 22
Views: 16422

but this is a different issue..
sure ;o)
regarding memory consumption, do they consume the same amount
of memory (and cpu ) ?
by bXn
26 Apr 2007 13:35
Forum: Web and scripting
Topic: Starting VLC = ok, but starting from PHP only works local
Replies: 22
Views: 16422

Nice idea muse, vlc to be started only by root, but I think this will not be a solution. Some more deep understanding is needed here. Perhaps the solution will come with how the vlc process is forked. if vlc is not launched by root but by an another user, then this user shoudl have the appropriate ...
by bXn
26 Apr 2007 13:28
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 107467

OK it works :) But it works badly for me, image is far from perfect: http://img237.imageshack.us/img237/8572/vlcsnap559895ww1.th.png And the sound is stuttering all the way :? The command line I've used is: dvb-t:// :dvb-frequency=642000 :dvb-bandwidth=8 :sout=#duplicate{dst=display} :sout-display-...
by bXn
12 Apr 2007 15:47
Forum: VLC stream-output (sout)
Topic: how do I stream to multicast ip
Replies: 3
Views: 1411

Re: how do I stream to multicast ip

Can anyone help me with a problem? I am trying to combine a multicast audio stream and a video file to stream to a single multicast address, I have not had any luck...thanks
could you post the commands you already tried ?

(especially type of muxing)
by bXn
05 Apr 2007 16:17
Forum: VLC stream-output (sout)
Topic: Transcode DVB stream for DVD suitable MPEG
Replies: 3
Views: 1028

do you know the audio/video format contained in your TS file ? audio/video codec, video FPS, (VBR , CBR ?) TS is the encapsulation format. For DVD the format is MPEG2-PS. Then for DVD you need to apply some constraints such as a maximum bitrate for instance that should be around 9 Mbits/s If the con...
by bXn
05 Apr 2007 16:06
Forum: VLC stream-output (sout)
Topic: How To Encode Or TransCode From Live Feed
Replies: 2
Views: 838

what do you mean exactly by live feed ?

is it :
- analog broadcast TV,
- digital broadcast TV ( DVB-S or DVB-T ?)
- IPTV ?
- radio ?

BTW, may could you also state what is the OS your are targeting to use
by bXn
30 Mar 2007 17:44
Forum: Web and scripting
Topic: Starting VLC = ok, but starting from PHP only works local
Replies: 22
Views: 16422

I am using the dummy interface, any try ?
by bXn
30 Mar 2007 17:20
Forum: Web and scripting
Topic: Starting VLC = ok, but starting from PHP only works local
Replies: 22
Views: 16422

could you try without the --daemon parameter
by bXn
30 Mar 2007 17:04
Forum: Web and scripting
Topic: Starting VLC = ok, but starting from PHP only works local
Replies: 22
Views: 16422

do you have the 2 instances even if you are not launching the rc interface ?

by the way, if you want, just drop your script here and I will try it out on my machine.

may be coud you try a

Code: Select all

ps -eaf | grep vlc
to know if the two instances are using the same command line parameters ?
by bXn
30 Mar 2007 16:23
Forum: Web and scripting
Topic: Starting VLC = ok, but starting from PHP only works local
Replies: 22
Views: 16422

I am also using Debian.
In my case, the PHP page is called by the www-data user and so
this user needs also the rights to access the dvb devices tree.
by bXn
30 Mar 2007 13:23
Forum: Web and scripting
Topic: Starting VLC = ok, but starting from PHP only works local
Replies: 22
Views: 16422

When I had this problem, I was able to find error messages in the apache log file saying permission denied
by bXn
29 Mar 2007 10:00
Forum: Web and scripting
Topic: Starting VLC = ok, but starting from PHP only works local
Replies: 22
Views: 16422

did you checked that www-data user has rights to access /dev/dvb/adaptorx directory ?
by bXn
29 Mar 2007 09:58
Forum: Web and scripting
Topic: How to know if vlc fails from php?
Replies: 2
Views: 1523

could you post some of your code here ?
by bXn
29 Mar 2007 09:56
Forum: Web and scripting
Topic: vlc - linux - php - unable to launch vlc for dvb, HELP
Replies: 5
Views: 4293

One problem may come from the fact that the user www-data has not rights to access /dev/dvb/adaptor0 directory (DVB device) try to change those rights. one way to use super user commands is to add your php file to the /etc/sudoers page like this : www-data ALL=(ALL) NOPASSWD: /usr/bin/php -f var/www...
by bXn
14 Mar 2007 14:16
Forum: VLC media player for Windows Troubleshooting
Topic: preparing videos for streaming with darwin streaming server.
Replies: 3
Views: 1145

I think you need to use QuickTime Pro to hint your files ;o\
by bXn
28 Aug 2006 17:01
Forum: VLC stream-output (sout)
Topic: Developing a UDP client plugin
Replies: 2
Views: 1226

some answers could help us ;o)

- are you using unicast or multicast streaming ?
- could you write exact IP adresses you are using ?
- are you using blocking or non-blocking socket mode ?

- may be could you consider using errno to get more info on the error
by bXn
18 Aug 2006 16:04
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming My PCTV card on http server
Replies: 2
Views: 819

what you need is to use your pctv card to create a stream from this card to the network choosing a codec with appropriate values for bitrate and other things. Did you already try to create a multicast stream on your local network from what you get from your card ? Once this is setup, you can create ...
by bXn
17 Aug 2006 16:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to multicast route
Replies: 3
Views: 5137

what ttl value are you using ?


may be could you post the results of route command and
the pimd's configuration file ?
by bXn
17 Aug 2006 14:32
Forum: VLC stream-output (sout)
Topic: Live Streaming of Battlefield 2
Replies: 2
Views: 1302

one solution could be to have one pc connected to the game as spectator for instance, duplicate the display output (many video cards can do that now) and use this clone to feed a video capture card input (may recent video cards are able to acquire an input signal) Next step is to use VLC for instanc...
by bXn
16 Aug 2006 17:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Real Time logo manipulating while streaming
Replies: 2
Views: 1163

did you try to compose a mosaic and adding/removing items ?
by bXn
16 Jun 2006 11:00
Forum: VLC stream-output (sout)
Topic: Marquee and Time sub filter with streaming
Replies: 3
Views: 2025

Make it simple :) C:\Program Files\VideoLAN\VLC>vlc -vvv "C:\Video\swEp01.mpg" --sout="#transcode{sfilter=time,soverlay=time,vcodec="mp2v",vb=2000}:std{access=rtp,mux=ts,url=192.168.2.22:1234}' Thanks ;o) in fact, my command line is generated through a script and the script...
by bXn
15 Jun 2006 19:20
Forum: VLC stream-output (sout)
Topic: Marquee and Time sub filter with streaming
Replies: 3
Views: 2025

Looks like I was not so far away ;o) This command line is working correctly for me : C:\Program Files\VideoLAN\VLC>vlc -vvv "C:\Video\swEp01.mpg" --sout="#transcode{sfilter=time,soverlay=time,vcodec="mp2v",vb=2000}:std" --sout-standard-access=rtp --sout-standard-mux=ts ...

Go to advanced search