Search found 13 matches

Go to advanced search

by brushhead
07 May 2012 12:53
Forum: VLC stream-output (sout)
Topic: Using DVBlast reload
Replies: 0
Views: 534

Using DVBlast reload

Hi, I am wanting to use DVBlast to stream multiple unicast rtp streams to my clients. I read on the main page for DVBlast that it can reload to config file without losing a single packet. I have run DVBlast as a realtime task, but when I issue a HUP or I use dvblastctl to reload the config file, I g...
by brushhead
04 Jan 2012 17:29
Forum: Development around libVLC
Topic: Unicast streaming of DVB-T channel
Replies: 5
Views: 1528

Re: Unicast streaming of DVB-T channel

Hi, Done some more digging and it seems you cannot after all create multiple streams from one DVB card in the libvlc API. I did manage to get libvlc_vlm_add_broadcast to take the program number but found that you have to have a delay between that and calling play, otherwise it would just play the fi...
by brushhead
03 Jan 2012 20:33
Forum: Development around libVLC
Topic: Unicast streaming of DVB-T channel
Replies: 5
Views: 1528

Re: Unicast streaming of DVB-T channel

Hi,
Actually you can from within the VLC app. See a conversation I had ages ago

viewtopic.php?f=13&t=49857&p=159465#p159465

I want to be able to do this from within libvlc, so I can add a remove PID stream from the same tuner.

Regards,

Rob.
by brushhead
03 Jan 2012 14:59
Forum: Development around libVLC
Topic: Unicast streaming of DVB-T channel
Replies: 5
Views: 1528

Re: Unicast streaming of DVB-T channel

Hi, I've managed to get a stream from a DVB-T channel by passing arguments to the libvlc_new function thus. The only thing I need now is how to pass the program so I can create extra program streams from the same DVB adapter, to different recipients. I was hoping that I could do this from the same l...
by brushhead
23 Dec 2011 09:56
Forum: Development around libVLC
Topic: Unicast streaming of DVB-T channel
Replies: 5
Views: 1528

Unicast streaming of DVB-T channel

Hi, I am trying to stream a DVB-T channel with PID=4222. I am calling libvlc_new with the arguments "DVB://786000000:8000000", "--dvb-adapter=0", "--no-video-title-show". I get a pointer returned which suggests it likes that. Then i'm calling: VLC_PUBLIC_API int libvlc_...
by brushhead
15 Dec 2011 16:12
Forum: Development around libVLC
Topic: Problem with --no-video-title-show with libvlc_new function.
Replies: 0
Views: 616

Problem with --no-video-title-show with libvlc_new function.

Hi, Having looked at http://forum.videolan.org/viewtopic.php?f=32&t=83821 I still cannot get my libvlc window to stop showing my multicast address on start and on a channel change (in media list mode). Is there something obvious i'm missing? Just to say i'm really enjoying working with libvlc......
by brushhead
28 Nov 2011 21:24
Forum: Development around libVLC
Topic: Point video to x window number in media_list mode
Replies: 2
Views: 389

Re: Point video to x window number in media_list mode

Hello Rémi, Thanks for responding. Been at Uni today and not been able to respond. I did some more reading and I think i've got code that'll work. I am calling in sequence: // Define pointers and set them NULL. // libvlc_media_list_t* MediaListing = NULL; libvlc_instance_t * VLC_Inst = NULL; libvlc_...
by brushhead
26 Nov 2011 18:06
Forum: Development around libVLC
Topic: Point video to x window number in media_list mode
Replies: 2
Views: 389

Point video to x window number in media_list mode

Hello, I have been able to show video in an x window using a call to the libvlc_media_player_set_xwindow and that works fine. I am now hoping to use a player in medialist mode using libvlc_media_list_player_new but I cannot seem to find a function for point my video to the relevant window. I am prog...
by brushhead
08 Sep 2008 17:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Using VLC functionality in the libvlc.h file.
Replies: 1
Views: 371

Using VLC functionality in the libvlc.h file.

Hi, Can anyone confirm if I can use the VLC library (defined in the libvlc.h header) as a way of placing a Video onto a WIndow ( in linux/Xorg). I have thought of doing it on Windows but that is not straightforward as I have to get cgwin involved ( I think!). I want to be able to do this as I would ...
by brushhead
05 Sep 2008 14:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Multicast from DVB-S..re-muxing channels?
Replies: 5
Views: 1111

Re: Multicast from DVB-S..re-muxing channels?

Thank you very much. That has worked. Can I stream TV from the same IP adress, but over different ports using the port=1234 argument?

Thanks,

Rob
by brushhead
05 Sep 2008 10:16
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Multicast from DVB-S..re-muxing channels?
Replies: 5
Views: 1111

Re: Multicast from DVB-S..re-muxing channels?

Hi, I tried the command to stream both programmes and it seems to be streaming a DVD!? Anyway, I know I can stream programmes 6411 and 6412 independently, and I think I agree with the syntax of your quoted string. Can you give me any more ideas please? mythuser@MythSatServer:~$ vlc -I dummy --progra...
by brushhead
04 Sep 2008 22:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Multicast from DVB-S..re-muxing channels?
Replies: 5
Views: 1111

Multicast from DVB-S..re-muxing channels?

Hi, Have I got this right? I am under the impression that I am able to nominate 2+ channels and re-integrae them into a new MUX. I am at the moment able to see a TV channel on a client box using the command... vlc -I dummy --programs=6412 dvb: --dvb-frequency=10802750 --dvb-srate=22000000 --dvb-volt...

Go to advanced search