PDA

View Full Version : RTMP packet structure


asv128
04-13-2012, 09:02 AM
Hi everyone. We are developing software which captures RTMP packets and saves video to FLV file. We have problems when parsing long RTMP packets (type = Aggregate). The question is how to remove insertions of bytes between 4096-byte RTMP chunks. We have spent many hours implementing RTMP parsing logic and we need an expert to help us.

If you have any experience with parsing RTMP and if you can help us, we can hire you.
Thanks.

KSV
04-13-2012, 11:35 AM
if you wanna do it yourself then you can have a look at source code of rtmpdump project. and if you wanna hire someone then IMO Howard Chu (author of rtmpdump with username hyc here) would be the best bet.

asv128
04-13-2012, 11:38 AM
Thank you for reply,
in our case we don't know RTMP URL of video server. We only know URL of web page. We launch browser and grab packets using pcap

svnpenn
04-13-2012, 04:16 PM
Unless you plan on open sourcing you code, I wouldnt expect much help here.

compn
04-15-2012, 10:53 AM
you can find rtmp specs and other open source software rtmp code here:

http://wiki.multimedia.cx/index.php?title=RTMP