No answers ... but I found something interesting about this cases..;
Once i read output for command rtmpdump, it shows this annoying message :
WARNING: Received FLV packet before play()! Ignoring.
Then i had the idea to try to toggle debug mode on rtmpdump, and saw that problems :
Code:
DEBUG2: RTMP_ReadPacket: fd=332
DEBUG2: 0000: 05 00 00 00 00 00 2d 09 01 00 00 00 ......-.....
DEBUG2: 0000: 17 00 00 00 00 01 4d 00 1f ff e1 00 19 67 4d 40 ......M......gM@
DEBUG2: 0010: 1f 96 54 05 01 ed 80 a8 40 00 00 03 00 40 00 00 ..T.....@....@..
DEBUG2: 0020: 05 27 68 48 9a 80 01 00 04 68 ce 35 20 .'hH.....h.5
WARNING: Received FLV packet before play()! Ignoring.
And then again :
Code:
DEBUG2: RTMP_ReadPacket: fd=332
DEBUG2: 0000: 05 00 00 00 00 00 02 09 01 00 00 00 ............
DEBUG2: 0000: 57 00 W.
DEBUG: ignoring too small video packet: size: 2
could it be the reason for my problem ?