[FFmpeg-devel] [PATCH] RTMP client support for lavf

compn tempn
Tue Jul 28 13:22:02 CEST 2009


On Tue, 28 Jul 2009 09:27:11 +0300, Kostya wrote:
>+/** maximum possible number of different RTMP channels */
>+#define RTMP_CHANNELS 64

according to this patch for rtmpdump, max channels should be increased:
-      RTMPPacket m_vecChannelsIn[64];
-      RTMPPacket m_vecChannelsOut[64];
+//      RTMPPacket m_vecChannelsIn[64];
+//      RTMPPacket m_vecChannelsOut[64];
+      RTMPPacket m_vecChannelsIn[65600];
+      RTMPPacket m_vecChannelsOut[65600];

it fixed this rtmp stream for me.
i've heard the spec uses a similar number, possibly 65599.

i think this one is channel 66:
rtmpdump.exe  --swfhash
1155163cece179766c97fedce8933ccfccb9a553e47c1fabbb5faeacc4e8ad70
--swfsize 563963 --swfUrl
"http://media.mtvnservices.com/player/release/?v=3.14.0" -r
rtmpe://cp10740.edgefcs.net/ondemand/mtvcomstor/_!/mtv2.com/onair/legit/m2_2Legit071009_A6_172708_640x480_1600.mp4
-o m2_2Legit071009_A6_172708_640x480_1600.mp4

-compn



More information about the ffmpeg-devel mailing list