Search found 4 matches

Go to advanced search

by Anonymouser
12 Jun 2014 03:13
Forum: Development around libVLC
Topic: Parsing custom metadata fields RTMP - Android
Replies: 1
Views: 732

Parsing custom metadata fields RTMP - Android

Hey guys, I am streaming RTMP in my Android app and there are a few custom fields in the Metadata that are needed. They are {"commercial", "videoId", and "stamp"} and I want to be able to read them in Java. I don't know where to add them. I've noticed that these files i...
by Anonymouser
06 Jun 2014 05:46
Forum: Development around libVLC
Topic: libVLC & JNI issue, Subscribing to new event in EventHandler
Replies: 5
Views: 785

Re: libVLC & JNI issue, Subscribing to new event in EventHan

Yup, that was it. I feel so silly for having missed that.

Thanks!
by Anonymouser
05 Jun 2014 22:56
Forum: Development around libVLC
Topic: libVLC & JNI issue, Subscribing to new event in EventHandler
Replies: 5
Views: 785

Re: libVLC & JNI issue, Subscribing to new event in EventHan

Sorry I'm a little confused. Add what debug and where? All I need to know is how to subscribe to an event. I uncommented MediaMetaChanged from org.videolan.libvlc.EventHandler.java and added libvlc_MediaMetaChanged to mp_events[] in Java_org_videolan_libvlc_LibVLC_playMRL() which both live in vlc-an...
by Anonymouser
02 Jun 2014 04:27
Forum: Development around libVLC
Topic: libVLC & JNI issue, Subscribing to new event in EventHandler
Replies: 5
Views: 785

libVLC & JNI issue, Subscribing to new event in EventHandler

Hey there, So I've downloaded VLC code, compiled it, took libVLC and used it in my Android app to stream RTMP. Works like a charm. Now for our purposes there is very crucial info being sent through the RTMP stream's metadata, so I need to listen to that too. Currently that event is not subscribed. T...

Go to advanced search