Quote:
Originally Posted by matt7277
One item that got me pondering was the included groovy script for yahoo. Was this video RTMP or RTMPE? I ask because I saw no traffic through Wireshark when filtering RTMPT and also didnt notice any RTMPE url within the pages source.
|
In RTMP Tunneled (RTMPT), RTMP data is encapsulated and exchanged via HTTP, and messages from the client (the media player, in this case) are addressed to port 80 (the default for HTTP) on the server.
Yahoo ! Music uses RTMP protocol, so you should filter for RTMP, not for RTMPT or RTMPE.
Quote:
Originally Posted by matt7277
Does the swf verification pass the connection through regular HTTP protocol?
|
Most probably yes, but Yahoo ! Music doesn't use SWF verification.