Search found 5 matches

Go to advanced search

by Dekel
06 Dec 2022 18:02
Forum: Development around libVLC
Topic: Play video file from memory using libvlc_media_new_callbacks API
Replies: 8
Views: 2550

Re: Play video file from memory using libvlc_media_new_callbacks API

The problem is that my program (is in the Rx side) receives the video data from another device (that's in the Tx side) that sends the video data in chunks (8KB each chunk), again I can config in advanced the time between each chunk sent. I choose the UDP protocol because from the Rx side I can't cha...
by Dekel
05 Dec 2022 12:09
Forum: Development around libVLC
Topic: Play video file from memory using libvlc_media_new_callbacks API
Replies: 8
Views: 2550

Re: Play video file from memory using libvlc_media_new_callbacks API

Thank you @chubinou for your answer - I did forget to implement the seek callback. My goal is to do live stream - by transmitting chunk of video data to the VLC. My current format I'm using is MP4. I have a few problems right now. I implemented an UDP client and server in my code: The client gets a ...
by Dekel
24 Oct 2022 14:59
Forum: Development around libVLC
Topic: Play video file from memory using libvlc_media_new_callbacks API
Replies: 8
Views: 2550

Re: Play video file from memory using libvlc_media_new_callbacks API

Now it seems that I have problem with the demux.

My operation system is Linux.
VLC media player 3.0.9.2 Vetinari (revision 3.0.9.2-0-gd4c1aefe4d)

The log file was to long so I used pastebin:
[url][https://pastebin.com/31xZj9aG]

+ When I insert a mp4 file it works fine.
by Dekel
24 Oct 2022 11:22
Forum: Development around libVLC
Topic: Play video file from memory using libvlc_media_new_callbacks API
Replies: 8
Views: 2550

Re: Play video file from memory using libvlc_media_new_callbacks API

Thank you for the replay! Let's say I want to open this video [url][ https://www.videezy.com/abstract/41668-view-of-the-strip-in-las-vegas-during-the-day-4k] - what do I need to config with the libvlc_media_add_option? Plus Is there any way that I can give the program just a video (in .mov format) f...
by Dekel
23 Oct 2022 14:02
Forum: Development around libVLC
Topic: Play video file from memory using libvlc_media_new_callbacks API
Replies: 8
Views: 2550

Play video file from memory using libvlc_media_new_callbacks API

Hello all, First of all I'll say I'm new to the VLC world (so go easy on me :wink: ) I'm trying to use the libvlc_media_new_callbacks API to open a video file (.mov file to be specific) from memory buffer and play it. I think my problem is to pass the VLC the right video parameters (format, fps,...)...

Go to advanced search