Search found 11 matches

Go to advanced search

by ARUNCB
26 Aug 2014 08:21
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138905

Re: libvlcnet - .NET library based on libvlc

I am so lucky to have no reply on this post so far. Still I am able to find a solution. BTW, VLC have a minor issue :https://forum.videolan.org/viewtopic.php?f=32&t=119540#p404509 So to get the exact/ closest frame rate you have to use the DecodedFrame property. store the previous one and subtra...
by ARUNCB
04 Aug 2014 07:54
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138905

Re: libvlcnet - .NET library based on libvlc

How can I get the fps,bitrate informations on a URI/stream video? I tried the GetBasicVideoInfo() method. But I came to know that HTTP stream not implemented in that API, Then I tried too expose libvlc_media_player_get_fp() in the code and it returns 0.0 for streams. I wonder then how the VLC player...
by ARUNCB
30 Jul 2014 06:17
Forum: Development around libVLC
Topic: MediaInfo Helper.Get Basic Video Info() failed for streams
Replies: 2
Views: 546

Re: MediaInfo Helper.Get Basic Video Info() failed for strea

Some one please help. I am stuck in this case, I would like to know how VLC player get the data of stream video, but LibVLC.net not. I tried the "libvlc_media_player_get_fps " method,

It give me 0.0 for stream video
by ARUNCB
30 Jul 2014 06:17
Forum: General VLC media player Troubleshooting
Topic: MediaInfo Helper.Get Basic Video Info() failed for streams
Replies: 2
Views: 760

Re: MediaInfo Helper.Get Basic Video Info() failed for strea

Some one please help. I am stuck in this case, I would like to know how VLC player get the data of stream video, but LibVLC.net not. I tried the "libvlc_media_player_get_fps " method,

It give me 0.0 for stream video
by ARUNCB
30 Jul 2014 06:16
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 77949

Re: Usage of libvlc.dll in C#

Some one please help. I am stuck in this case, I would like to know how VLC player get the data of stream video, but LibVLC.net not. I tried the "libvlc_media_player_get_fps " method,

It give me 0.0 for stream video
by ARUNCB
25 Jul 2014 14:06
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 77949

Re: Usage of libvlc.dll in C#

Did someone got an answer for this? I am stuck by this :cry: How can I get the Stats information? For example, using the following I can get the Meta Information from your .NET control: const String Meta_information = "Meta-information"; public string GetMetaInfo(string strMetaParam) { usi...
by ARUNCB
24 Jul 2014 05:36
Forum: General VLC media player Troubleshooting
Topic: MediaInfo Helper.Get Basic Video Info() failed for streams
Replies: 2
Views: 760

MediaInfo Helper.Get Basic Video Info() failed for streams

Hi, I need to play a network stream video "http://www.wowza.com/_h264/Butterfly_256K.mp4" by LibVLC (in C#), I done the code and necessary things, I am able to play the video, but I cannot get the info about video by the API : MediaInfo Helper.Get Basic Video Info(). When I pass the URL i ...
by ARUNCB
23 Jul 2014 13:41
Forum: Development around libVLC
Topic: MediaInfo Helper.Get Basic Video Info() failed for streams
Replies: 2
Views: 546

MediaInfo Helper.Get Basic Video Info() failed for streams

Hi, I need to play a network stream video "http://www.wowza.com/_h264/Butterfly_256K.mp4" by LibVLC (in C#), I done the code and necessary things, I am able to play the video, but I cannot get the info about video by the API : MediaInfo Helper.Get Basic Video Info(). When I pass the URL i ...

Go to advanced search