Search found 12 matches

Go to advanced search

by szhdyn
11 Nov 2008 23:24
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

Re: C# example

Hi!

Does anybody know how to fix this bug?

Thanks,
Serhiy.
by szhdyn
07 Nov 2008 19:29
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

Re: C# example

Thank you very much for your help.

I will try this with another version of player.

Maybe You know the way how to retrieve datagrams using SimplePlayer?
Can I change datagram somehow before show video on the form?

Thanks,
Serhiy.
by szhdyn
06 Nov 2008 16:41
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

Re: C# example

Server 1 (VLC Player): :sout=#duplicate{dst=rtp{dst=127.0.0.1,mux=ts,port=1234}} Server 2(Simple Player): :sout=#duplicate{dst=rtp{dst=127.0.0.1,mux=ts,port=1235}} (This server must take video stream from Server 1 and serve it to another port for example to 1235.) Client (Simple Player): rtp://@127....
by szhdyn
06 Nov 2008 10:32
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

Re: C# example

Hi. I open videolan and stream video to 127.0.0.1:1234, than open SimplePlayer and put this string :sout=#duplicate{dst=rtp{dst=127.0.0.1,mux=ts,port=1235}} than press Play but it doesn't retrieve stream from 127.0.0.1:1234 and serve it to 127.0.0.1:1235 I think I do something wrong. Thanks, Serhiy.
by szhdyn
04 Nov 2008 11:08
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

Re: C# example

Hi.

Thank you for explanation.
Console commands are very useful!

Can I receive video stream and serve this stream to another IP:PORT at the same time using SimplePlayer?
Can I save video to hard disk?

Thanks.
Serhiy.
by szhdyn
03 Nov 2008 21:34
Forum: VLC media player for Windows Troubleshooting
Topic: receive a stream with rtp
Replies: 14
Views: 2293

Re: receive a stream with rtp

Hi.

Could you share your code?

Thanks,
Serhiy.
by szhdyn
03 Nov 2008 19:51
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

Re: C# example

Also I interesting in saving stream video to hard disk.
How stream video is transported? UDP? How I can retrieve datagrams?

Thanks,
Serhiy.
by szhdyn
03 Nov 2008 19:13
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

Re: C# example

It would be great if you send me example.
Thank you very much!
by szhdyn
03 Nov 2008 15:51
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

Re: C# example

I try that example and it works! Thanks!
Lets say I don't need encryption/decryption. Can I extend SamplePlayer to provide stream video to another ip:port?
(VLC 127.0.0.1:1234 <- SamplePlayer -> 192.168.xxx.xxx:xxxx <- AnotherCleint)

Thanks,
Serhiy.
by szhdyn
03 Nov 2008 11:32
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

Re: C# example

Thank you very mych for that link. The purpose of my application will be: 1) Retrieve video stream from network(for example it would be VLC Player in my local network) 2) Encrypt retrieved video stream. 3) Provide video streaming with encrypted data Please advice best API for this purpose. Thanks, S...
by szhdyn
03 Nov 2008 09:52
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

Re: C# example

Hi. Thank you for reply. I use 0.8.6 API: http://wiki.videolan.org/.Net_Interface_to_VLC I compiled it and then add dll to my project. I add vlc library and even plugins folder to my debug folder Project build seccessfully. I run it but no video playing. I need working example on C# no matter which ...
by szhdyn
02 Nov 2008 17:58
Forum: VLC media player for Windows Troubleshooting
Topic: C# example
Replies: 23
Views: 20204

C# example

Hi all, I spend all day but can't play video using .NET interface. I download code, build it and add dll to my test project. Add videolan control to my form. Here is my code: namespace VlcTest { public partial class Form1 : Form { Timer timer; bool sizingNeeded; public Form1() { InitializeComponent(...

Go to advanced search