-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SDK sample that show how to extract metadata from stream #33
Comments
can you please give me more information of what you are trying to do. Thanks |
We can play back using either desktop VLC player (which should find metadata if it was available) or via ExoPlayer in our mobile app (which doesn't support metadata retrieval so we would use your SDK for that). The streams are provided as URL/live/NAME/playlist.m3u8?DVR and sometimes (rarely) also as VOD mp4 |
GoCoder doesn't support MP4 metadata but only AMF (RTMP) metadata. Can I suggest to implement your own API. I assume you have your own assetID, then you can query your own DB for the title, author, genre etc.. |
Ok I looked up https://en.wikipedia.org/wiki/Action_Message_Format and it does not seem to be of any help here - I don't see a way to embed titles and timestamps for streams. Now, returning to my first question, do you at least support adding such information via playlists, and if so, let me know how to consume playlist information via the SDK. Again, this is a bare minimum, YouTube's API provides this and much more. |
No, sorry. GoCoder does not support Playlist. |
We have a requirement to display titles and timestamps for streams. When opening the stream in desktop VLC, it says no such information is embedded in the stream so we want to know how to provide it in the stream as well (we use our own Wowza server and vMix). Note that we are displaying the stream via ExoPlayer.
If embedding such information is not supported, we would want to know if it is possible to wrap the streams in a playlist and assign titles that way. All these features come out of the box with YouTube and we would prefer if it would be equally easy to work with your product.
The text was updated successfully, but these errors were encountered: