[rtmpdump] Support for play command
Julien Thomas
julien.thomas.1 at gmail.com
Mon Apr 19 18:41:54 CEST 2010
Good afternoon.
I am trying to use rtmpsrv to analyze rtmp-e traffic.
According to me, the whole process is well working but failed due to
an "unsupported flex message" : play.
Can you confirm this point or give a hint on how to solve this if I am wrong?
Here is the segfaulting part
DEBUG: ServePacket, received packet type 11, size 67 bytes
DEBUG: ServePacket, flex message, size 67 bytes, not fully supported
DEBUG: (object begin)
DEBUG: Property: <Name: no-name., STRING: getStreamInfos>
DEBUG: Property: <Name: no-name., NUMBER: 0.00>
DEBUG: Property: NULL
DEBUG: Property: <Name: no-name., STRING: 0600753274347-01_01>
DEBUG: Property: <Name: no-name., STRING: AudioUnlimited>
DEBUG: (object end)
DEBUG: ServeInvoke, client invoking <getStreamInfos>
DEBUG2: RTMP_ReadPacket: fd=4
DEBUG2: 0000: 82 00 00 00
....
DEBUG2: 0000: 00 03 00 00 00 01 00 00 07 d0
..........
DEBUG: ServePacket, received packet type 04, size 10 bytes
DEBUG2: RTMP_ReadPacket: fd=4
DEBUG2: 0000: 08 00 1c 46 00 00 14 11 01 00 00 00
...F........
DEBUG2: 0000: 00 02 00 04 70 6c 61 79 00 00 00 00 00 00 00 00
....play........
DEBUG2: 0010: 00 05 01 00
....
DEBUG: ServePacket, received packet type 11, size 20 bytes
DEBUG: ServePacket, flex message, size 20 bytes, not fully supported
DEBUG: (object begin)
DEBUG: Property: <Name: no-name., STRING: play>
DEBUG: Property: <Name: no-name., NUMBER: 0.00>
DEBUG: Property: NULL
DEBUG: Property: <Name: no-name., BOOLEAN: FALSE>
DEBUG: (object end)
DEBUG: ServeInvoke, client invoking <play>
Segmentation Fault
Best Regards,
Julien.
More information about the rtmpdump
mailing list