Re: [Live-devel] RTSP H264 frame inversion

2011-01-31 Thread Sven Wasmer
2011/1/31 Ross Finlayson : >> I join to this email a test.x264 file to give you an example. [...] > I notice that VLC cannot play this file at all (i.e., just reading it as a > file, not as a stream). [...] ... VLC does not recognize the filesuffix ".x264" it has to be ".h264". changing the filena

[Live-devel] RTSPClient: how to end eventloop AFTER file is written to disk

2010-03-11 Thread Sven Wasmer
Hello Ross, hello everbody else there, Well, I'm currently trying to get through the RTSPClient lib and mixing it up with some objC. Thus we get a nice meal called: obj-C++ :-) My current aim is to fetch a h264-stream from a server and write it to a file on the client-side. this works so far. I