<div dir="ltr"><div style="color:rgb(0,0,0);font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:15px">I'm trying to get the video in this ustream test page to work:<br><br><a href="http://www.ustream.tv/channel/Test-Page" target="_blank" style="color:rgb(34,34,156)">http://www.ustream.tv/channel/Test-Page</a><br><br>I'm now able to successfully connect but there is not data streaming from the server back. I compared <a rel="nofollow" href="http://www.booksamillion.com/p/Wireshark-Network-Analysis-Second/Laura-Chappell/9781893939943" target="_blank" style="color:rgb(34,34,156)">wireshark</a> captured packets with the Flasher Player that is working and with rtmpdump and find with the Flash Player, the sequence is connect() followed by playing, like this (IP masked):<br><br>6087       76.657003000    x.x.x.x 199.66.239.125  RTMP    2267    Handshake C2|connect('ustream')<br><br>6111 76.898062000    x.x.x.x 199.66.239.125  RTMP    105     playing()<br><br>Withe rtmpdump, the sequence is connect() followed by createStream() then FCSubscribe():<br><br>Invoking createStream<br>DEBUG: Invoking FCSubscribe<br><br>I tried both with and without --live option and it results are the same.<br><br>So how do I make rtmpdump issue an AMF3 command playing() like what the Flash Player is doing?<br><br>This is the full command I use:</div><div style="color:rgb(0,0,0);font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:15px"><br></div><div style="color:rgb(0,0,0);font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:15px"><div style="font-size:15px">./rtmpdump -m 10 -C O:1 \</div><div style="font-size:15px">-C NS:rpin:"rpin.3326742789158463" \</div><div style="font-size:15px">-C NS:application:channel \</div><div style="font-size:15px">-C NN:appVersion:1 \</div><div style="font-size:15px">-C NN:appId:1 \</div><div style="font-size:15px">-C NS:loaderUrl:"<a href="http://static-cdn1.ustream.tv/swf/live/viewer:299.swf?vrsl=c:688&amp;ulbr=100" target="_blank">http://static-cdn1.ustream.tv/swf/live/viewer:299.swf?vrsl=c:688&amp;ulbr=100</a>" \</div><div style="font-size:15px">-C NS:session:false \</div><div style="font-size:15px">-C NS:media:435738 \</div><div style="font-size:15px">-C NS:rsid:"xah0iofy:9s0bpbva" \</div><div style="font-size:15px">-C NB:externalInterface:1 \</div><div style="font-size:15px">-C O:0 \</div><div style="font-size:15px">-z -v -r "rtmp://<a href="http://r27640921063721-1-435738-channel-live.ums.ustream.tv:1935/ustream" target="_blank">r27640921063721-1-435738-channel-live.ums.ustream.tv:1935/ustream</a>" \</div><div style="font-size:15px">-a "ustream" -f "WIN 15,0,0,152"  -y "435738" \</div><div style="font-size:15px">-W "<a href="http://static-cdn1.ustream.tv/swf/live/viewer.rsl:688.swf" target="_blank">http://static-cdn1.ustream.tv/swf/live/viewer.rsl:688.swf</a>" -p "<a href="http://www.ustream.tv/channel/Test-Page" target="_blank">http://www.ustream.tv/channel/Test-Page</a>"</div></div><div style="color:rgb(0,0,0);font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:15px"><br></div><div style="color:rgb(0,0,0);font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:15px"><br></div><div style="color:rgb(0,0,0);font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:15px"><br></div><div style="color:rgb(0,0,0);font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:15px">Thanks for your help.</div></div>