Search found 65 matches

Go to advanced search

by hussam_2000
22 Oct 2011 20:22
Forum: Development around libVLC
Topic: vlc not working with two network cards !
Replies: 5
Views: 1926

Re: vlc not working with two network cards !

Thank u for the reply . I will go ahead and try that and get back with u. Thanks :)
by hussam_2000
22 Oct 2011 01:18
Forum: Development around libVLC
Topic: vlc not working with two network cards !
Replies: 5
Views: 1926

Re: vlc not working with two network cards !

thank you for the reply and sorry for the vagueness. Here is the full information: I made a C# wrapper for VLC 1.9 dll to use in my application to decode H.264 stream from a hardware encoder. initially i was testing my application on a PC machine running Windows 7 with one network card connected to ...
by hussam_2000
21 Oct 2011 17:53
Forum: Development around libVLC
Topic: vlc not working with two network cards !
Replies: 5
Views: 1926

vlc not working with two network cards !

I'm using vlc 1.9 dll in my c# application. The computer has two netowork cards and vlc won't decode my H.264 stream that is coming on one for the network cards. Once I disconnect the other card then vlc works just fine. How can I bind vlc to a specific network card on my system . Thank you
by hussam_2000
10 Jun 2011 07:04
Forum: General VLC media player Troubleshooting
Topic: Viewing Streamed Video from Pelco Spectra IV IP Camera
Replies: 4
Views: 2784

Re: Viewing Streamed Video from Pelco Spectra IV IP Camera

Also did u use rtsp requests to start playing the video ?
by hussam_2000
10 Jun 2011 06:55
Forum: General VLC media player Troubleshooting
Topic: Viewing Streamed Video from Pelco Spectra IV IP Camera
Replies: 4
Views: 2784

Re: Viewing Streamed Video from Pelco Spectra IV IP Camera

the settings on the Camera are weird. I don't see RTP enable/disable like the other H.264 encoders I bought before. The company uses QuickTime to video embedded inside the browser. I was trapping the packets with wireshark and it had a SSDP protocol. Under network setting , I can enable SSNP streami...
by hussam_2000
09 Jun 2011 02:05
Forum: General VLC media player Troubleshooting
Topic: Viewing Streamed Video from Pelco Spectra IV IP Camera
Replies: 4
Views: 2784

Re: Viewing Streamed Video from Pelco Spectra IV IP Camera

did you find a solution to your problem ? I bought the same camera and I'm trying to do the same thing. i have not started anything yet but what do you recommend ? i developed apps with VLC before so I'm familiar with it . How did you configure the Camera to send UDP packets ? thank you
by hussam_2000
27 May 2011 03:43
Forum: Development around libVLC
Topic: [VLCJ] Instant record capture device
Replies: 4
Views: 1132

Re: [VLCJ] Instant record capture device

I would look into mplayer API which is capable of doing a lot of great stuff but I prefer VLC. u can start recording from the beginning and use a video editing app to delete unwanted scenes. VLC has been doing a lot of great stuff for me @ work :)
by hussam_2000
23 May 2011 06:15
Forum: Development around libVLC
Topic: [VLCJ] Instant record capture device
Replies: 4
Views: 1132

Re: [VLCJ] Instant record capture device

I'm still supprized how clickable recording is not available in vlc API. I mean there is recording and I got it to work but u have to start recording once you receive the stream. U can achieve that by adding an output line that inclues the file name and extention in your option string when you initi...
by hussam_2000
19 May 2011 03:37
Forum: VLC stream-output (sout)
Topic: Streaming a webcam with minimal latency
Replies: 4
Views: 4616

Re: Streaming a webcam with minimal latency

I don't know what kind of money are you willing to spend on your robot ( i hope it is a funded project :) ). end to end latency will be huge with VLC running on both ends. i just bought a $3500 encoder and my end to end latency is 200 ms. using the hardware encoder as a sender and VLC as a decoder a...
by hussam_2000
19 Mar 2011 08:48
Forum: Development around libVLC
Topic: VLC/WPF : Panel is on top all the time ?
Replies: 2
Views: 1622

Re: VLC/WPF : Panel is on top all the time ?

I think I got my answer.... wpf contorls don't have a handle except the main window . So I got the handle for thay and gave it to vlc but it did not like it. If I'm wrong please let me know . I. Guess I have to host a winform panel in wpf or just stick with winform. The problem is the z order of con...
by hussam_2000
14 Mar 2011 16:00
Forum: Development around libVLC
Topic: VLC/WPF : Panel is on top all the time ?
Replies: 2
Views: 1622

VLC/WPF : Panel is on top all the time ?

good morning everyone , i can play video on vlc in my wpf just fine but the panel eats up all the controls that is on top , like play button , menu,... etc. is this a setting in vlc or in wpf. I strated changng the settings in wpf by setting the panel as child and that did not work, the panel seems ...
by hussam_2000
04 Feb 2011 20:12
Forum: Contribute and help the VideoLAN project
Topic: People are charging money to buy their VLC Driod App !!
Replies: 1
Views: 1913

People are charging money to buy their VLC Driod App !!

Hello,

I'm a big fan of VLC and i was thinking about developing a Driod app with it . I found people in the Android Market who are selling their VLC app for money , but i though that was illegal , isn't it ?

thank you ,

Sam E
by hussam_2000
08 Jan 2011 09:04
Forum: Development around libVLC
Topic: How do do you record in VLC1.1.4 C# ?
Replies: 11
Views: 2967

Re: How do do you record in VLC1.1.4 C# ?

This is what i used . i got it from this website: http://csharpmagics.blogspot.com/ string[] options = { ":sout=#duplicate{dst=display,dst=std{access=file,mux=asf,dst=\"F:\\My-Output-Video-Filename.asf\"}}" }; BUT YOU MUST play with "mux=ast" and "My-Output-Video-F...
by hussam_2000
08 Jan 2011 08:56
Forum: Development around libVLC
Topic: Do i have control over the Buffer when decoding UDP
Replies: 4
Views: 1029

Re: Do i have control over the Buffer when decoding UDP

It sounds about right. VLC player has a default Buffer of 320 ms. I killed the buffer on the server size and the server ( video source using VLC player encoding a video) couldn't encode anymore. I don't know what to do next.
by hussam_2000
08 Jan 2011 03:24
Forum: Development around libVLC
Topic: How do do you record in VLC1.1.4 C# ?
Replies: 11
Views: 2967

Re: How do do you record in VLC1.1.4 C# ?

i will post it on Monday .what you got looks different than what I have . with my code , U HAVE TO START RECORDING WHEN YOU START RECEIVING the stream . I could not implement the recording button as the one in VLC player.
by hussam_2000
05 Jan 2011 20:30
Forum: Development around libVLC
Topic: How to play TS stream from socket under win32?
Replies: 6
Views: 3158

Re: How to play TS stream from socket under win32?

try: // when you import// typedef struct libvlc_instance_t libvlc_instance_t; typedef struct libvlc_imedia_player_t libvlc_imedia_player_t; typedef struct libvlc_imedia_t libvlc_imedia_t; so .. libvlc_instance_t* instance; libvlc_media_player_t* mediaPlayer; libvlc_media_t* media; instance = libvlc_...
by hussam_2000
30 Dec 2010 18:27
Forum: Development around libVLC
Topic: Do i have control over the Buffer when decoding UDP
Replies: 4
Views: 1029

Re: Do i have control over the Buffer when decoding UDP

Thank you for the reply. - on the client side I first used : " --use-stream-immediate" and i didnot notice any difference . then i used: "--udp-caching=100" and i noticed that VLC starts decoding faster so it displays the image faster but the delay between the server and the clie...
by hussam_2000
30 Dec 2010 00:47
Forum: Development around libVLC
Topic: Do i have control over the Buffer when decoding UDP
Replies: 4
Views: 1029

Do i have control over the Buffer when decoding UDP

How close of a "real-time" can I achieve when decoding h.264 udp stream? Do I have control over the buffering? I’m using VLC1.1.4 in a C# app and I noticed when I encode a video with VLC player and then decode it in my app there is 1-2 second delay . Can this be faster? Is it the buffer th...
by hussam_2000
29 Dec 2010 19:48
Forum: Development around libVLC
Topic: How do do you record in VLC1.1.4 C# ?
Replies: 11
Views: 2967

Re: How do do you record in VLC1.1.4 C# ?

I see.. well , thank you all for the feedback.
by hussam_2000
29 Dec 2010 16:30
Forum: Development around libVLC
Topic: How do do you record in VLC1.1.4 C# ?
Replies: 11
Views: 2967

Re: How do do you record in VLC1.1.4 C# ?

Thank you for the reply. I found many code samples but none of them implemenetd a recording feature. In my opinion , this feature should have been added to the new 1.1.5 release just like the way you suggested or you would expect VLC to take commands whilte it is running so once you click the record...
by hussam_2000
28 Dec 2010 21:59
Forum: Development around libVLC
Topic: libvlc_video_take_snapshot() in C#
Replies: 2
Views: 2104

Re: libvlc_video_take_snapshot() in C#

Nevermind ... got it :)
by hussam_2000
28 Dec 2010 20:55
Forum: Development around libVLC
Topic: libvlc events makes vshost crash (C#)
Replies: 9
Views: 4017

Re: libvlc events makes vshost crash (C#)

does this code has to happen in my Form class ? im doing all of it in a seprate class other than my Form class. Thank you
by hussam_2000
28 Dec 2010 20:52
Forum: Development around libVLC
Topic: libvlc events makes vshost crash (C#)
Replies: 9
Views: 4017

Re: libvlc events makes vshost crash (C#)

Thank you so much for the help.I was away on sick leave and i just got the chance to try it today. i tried it and it still doesn't work for me :( nothing happenes for me . i wonder why ? im using 1.1.4 so i dont know if that is the problem ?
by hussam_2000
27 Dec 2010 23:14
Forum: Development around libVLC
Topic: How do do you record in VLC1.1.4 C# ?
Replies: 11
Views: 2967

Re: How do do you record in VLC1.1.4 C# ?

DOES ANYONE KNOW HOW TO START RECORDING IN THE MIDDILE OF THE STREAM ? I WANT THE EXCAT FEATURE AS THE ONE IN THE INSTALBLE PLAYER ???

Go to advanced search