Search found 7 matches

Go to advanced search

by RicoPL
25 Jan 2013 22:03
Forum: Development around libVLC
Topic: How to play fake stream that is created from set of JPEGs
Replies: 2
Views: 661

Re: How to play fake stream that is created from set of JPEG

I thought about that and I know how to create MJPEG stream (the structure). The thing I don't know is how to use created on the fly stream as medium for vlc player... How to set it as an input..
by RicoPL
25 Jan 2013 13:12
Forum: Development around libVLC
Topic: How to switch NSView on the fly?
Replies: 3
Views: 1007

Re: How to switch NSView on the fly?

These is the solution that I came up with, using tips from erwan10 and Remi: // Constructor of the window const char * const vlc_args[] = { "-I", "dummy", "--ignore-config", "--extraintf=logger", "--verbose=2", "--no-video-title-show" }; in...
by RicoPL
25 Jan 2013 13:12
Forum: Development around libVLC
Topic: How to play fake stream that is created from set of JPEGs
Replies: 2
Views: 661

How to play fake stream that is created from set of JPEGs

Basically I have an IP Camera that can send me single frames in JPEG format. I've already builded a class that sends repetitive requests for current frame. The frame is stored as QImage object and it is constantly updated. I've read few topics on the forum and articles on the internet and I'm little...
by RicoPL
08 Jan 2013 12:58
Forum: Development around libVLC
Topic: How to get FPS value when playing ASF stream?
Replies: 4
Views: 917

Re: How to get FPS value when playing ASF stream?

Thanks for the information. I'm waiting for my boss's decision now. Meanwhile I have another problem with LibVLC. The topic is here: viewtopic.php?f=32&t=107449.

Can You give me any tips in that matter?
by RicoPL
08 Jan 2013 12:53
Forum: Development around libVLC
Topic: How to switch NSView on the fly?
Replies: 3
Views: 1007

How to switch NSView on the fly?

I'm on the forum from two days and it's my second topic already... but hey, this is the place to get help :) ...and I really need it. Another problem that I have is switching NSView while playing a stream. I'm writing a crossplatform app but below I placed MacOS version of code. I assume that soluti...
by RicoPL
07 Jan 2013 18:55
Forum: Development around libVLC
Topic: How to get FPS value when playing ASF stream?
Replies: 4
Views: 917

Re: How to get FPS value when playing ASF stream?

Thank you for a quick reply...

...but what about "i_decoded_video", can You tell me what this value represents?

There must be some kind of way to get number of received frames when stream is used as media.

PS. Sory for my english, it's not my primary language.
by RicoPL
07 Jan 2013 17:09
Forum: Development around libVLC
Topic: How to get FPS value when playing ASF stream?
Replies: 4
Views: 917

How to get FPS value when playing ASF stream?

hi, i'm trying to get FPS data for ASF stream... function "libvlc_media_player_get_fps" returns always "0"... so I'm trying to calculate it by using data returned from "libvlc_media_get_stats" function... first I thought about "i_displayed_pictures" but calcul...

Go to advanced search