Cheers,
Andrei
> You received this message because you are subscribed to "C++ RTMP Server" mailing list.
> To post to this group, send email to c-rtmp...@googlegroups.com
> To unsubscribe from this group, send email to
> c-rtmp-serve...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/c-rtmp-server?hl=en
------
Eugen-Andrei Gavriloaie
Web: http://www.rtmpd.com
Sorry...
Cheers,
Andrei
I think, he is speaking not about recoding, but about |RtmpSampleAccess
crtmpserver already sends RtmpSampleAccess status message. But I'm not totally sure about what is about to happen next. But I think the server should return a raw uncompressed image.
Your initial link:
http://livedocs.adobe.com/flashmediaserver/3.0/docs/help.html?content=08_xmlref_168.html
Clearly states:
"Allows the client application to access the raw uncompressed video data in a stream."
Now, who is going to give that uncompressed video data? Flash player after getting the compressed data? Or the server has to actually uncompress (decode) it?
Cheers,
Andrei
>
> Can this work in crtmpserver?
>
> -b
>
Go to sources/thelib/src/protocols/rtmp/streaming/baseoutnetrtmpstream.cpp:352
and modify:
_pChannelAudio->id, _rtmpStreamId, 0, true, false, false);
to:
_pChannelAudio->id, _rtmpStreamId, 0, true, true, true);
See how that works
Cheers,
Andrei