Search found 10 matches

Go to advanced search

by mhheydarchi
17 Aug 2015 10:30
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 140153

Re: libvlcnet - .NET library based on libvlc

How i can run some services of a TS Stream on c# simultaneity.
by mhheydarchi
17 Aug 2015 10:26
Forum: Development around libVLC
Topic: play multiple channel from TS Stream on C#
Replies: 2
Views: 647

Re: play multiple channel from TS Stream on C#

In Windows by Command line i can play some services from a TS Stream. for that, i run some vlc on a TS Stream as below : > vlc udp://@:1001 --program 204 > vlc udp://@:1001 --program 205 > vlc udp://@:1001 --program 208 As a result 3 instance of vlc run and each one play a service. But when i create...
by mhheydarchi
17 Aug 2015 10:04
Forum: Development around libVLC
Topic: How Select specifiec PID(Program) on from C#
Replies: 1
Views: 377

Re: How Select specifiec PID(Program) on from C#

Hi This is my Code i want to select specific program when play a file. This code play file but i want to select program number = 203 from file to play. is there any incorrect argument. please help me. var argument = new string[] { "--program=203"}; IMediaPlayerFactory factory = new MediaP...
by mhheydarchi
17 Aug 2015 10:01
Forum: VLC media player for Windows Troubleshooting
Topic: command line option --programs=<string> not work
Replies: 0
Views: 222

command line option --programs=<string> not work

I want to play multiple service from a TS Stream or TS file that has some services on it.
i have tested --programs=<string> for example
vlc e:\test.ts --programs 204,205
204 and 205 is service IDs on test.ts , but it can't get result
please help
by mhheydarchi
16 Aug 2015 22:13
Forum: Development around libVLC
Topic: play multiple channel from TS Stream on C#
Replies: 2
Views: 647

play multiple channel from TS Stream on C#

I am using LibVlcWrapper to play video on c#. I have a TS Stream with some services on it. i want to select a channel( service ) from it t play. i pass an argument and select it and it work correctly. But i want to play 2,3 or more channel from TS Stream on seprate window. how i can do it. this is a...
by mhheydarchi
16 Aug 2015 22:12
Forum: VLC media player for macOS Troubleshooting
Topic: Multi Windows ? How to open different Movies
Replies: 4
Views: 585

Re: Multi Windows ? How to open different Movies

You need to launch VLC multiple times. I am using LibVlcWrapper to play video on c#. I have a TS Stream with some services on it. i want to select a channel( service ) from it t play. i pass an argument and select it and it work correctly. But i want to play 2,3 or more channel from TS Stream on se...
by mhheydarchi
15 Aug 2015 17:04
Forum: Development around libVLC
Topic: Insert video & audio packet programmatically to libvlc
Replies: 5
Views: 583

Re: Insert video & audio packet programmatically to libvlc

Did you found a solution ? I'm looking for it too ..
Hi
No, I haven't found any solution yet.
by mhheydarchi
15 Aug 2015 17:03
Forum: Development around libVLC
Topic: How Select specifiec PID(Program) on from C#
Replies: 1
Views: 377

How Select specifiec PID(Program) on from C#

Hi This is my Code i want to select specific program when play a file. This code play file but i want to select program number = 203 from file to play. is there any incorrect argument. please help me. var argument = new string[] { "--program=203"}; IMediaPlayerFactory factory = new MediaPl...
by mhheydarchi
23 Jun 2015 20:24
Forum: Development around libVLC
Topic: Insert video & audio packet programmatically to libvlc
Replies: 5
Views: 583

Re: Insert video & audio packet programmatically to libvlc

LibVLC 3.0 supports media items using custom read callbacks. You cannot feed "packets" as such though, only a byte stream. Ok, Thanks for reply, I want to use my readback method and return byte. My means of packet is video and audio structure in ts stream. is there any sample for libvlc 3...
by mhheydarchi
23 Jun 2015 17:41
Forum: Development around libVLC
Topic: Insert video & audio packet programmatically to libvlc
Replies: 5
Views: 583

Insert video & audio packet programmatically to libvlc

Hi Is there any way that can read stream and put video and audio packet manually into libvlc input buffer. i have a ts stream. i want to play any service manually by insert packets into buffer libvlc . i know libvlc can play all of services, but i want to feed libvlc input buffer in code. please hel...

Go to advanced search