Re: [Live-devel] How to tie libvpx together with live555

2013-10-22 Thread Ross Finlayson
> It even seems like google's own API for android has problems playing back the > stream, even though Google explicitly lists support for both RTSP and VP8 > (https://developer.android.com/guide/appendix/media-formats.html). Why don't you ask them (i.e., Google) about this? Ross Finlayson Live

Re: [Live-devel] How to tie libvpx together with live555

2013-10-22 Thread Morten S. Laursen
Hi Ross, Just tested with the latest version from the respective repository, and it does indeed seem to be working with these. Thank you very much for your suggestions, I really appreciate it. I did assume it was something on my end, as I thought support was more widespread? It even seems like goog

Re: [Live-devel] How to tie libvpx together with live555

2013-10-21 Thread Ross Finlayson
> (Mplayer: unknown MPlayer format code for MIME type "video/VP8", VLC: no > suitable decoder module for fourcc `undf'). You will need to raise this issue with the developers of the respective media players (MPlayer and VLC). But first, make sure that you're using the most up-to-date version o

Re: [Live-devel] How to tie libvpx together with live555

2013-10-21 Thread Morten S. Laursen
2013/10/21 Ross Finlayson > As far as I have understood I'm supposed to create a new class describing > the subsession inheriting from the OnDemandServerMediaSubsession class. > In this class I shall then implement a new method createNewRTPSink, which > instantiates and returns a VP8VideoRTPSink.

Re: [Live-devel] How to tie libvpx together with live555

2013-10-21 Thread Ross Finlayson
> I'm currently in a project where I'm trying to tie together live555 and > libvpx for a live stream. > I am however a little confused about how exactly to proceed. > I have looked at the testOnDemandRTSPServer which uses the > MatroskaFileServerDemux, which I've used for the general outline Be

[Live-devel] How to tie libvpx together with live555

2013-10-21 Thread Morten S. Laursen
Hi A streaming video newbie here, so please be gentle. I'm currently in a project where I'm trying to tie together live555 and libvpx for a live stream. I am however a little confused about how exactly to proceed. I have looked at the testOnDemandRTSPServer which uses the MatroskaFileServerDemux, w