03-06-2012, 03:47 AM
Background
The idea has been lurking around on this forum for a while. Couldn't find any coherent information, so I had to go and do my own research. I wrote a bot, I tested it yesterday and saw positive results today. I wrestled a bit with whether I should bank hard with this or share it in here, my sharing instinct seems to have prevailed.
Technical Information
The program implements a basic version of the RTSP control protocol using TCP sockets, which configures streaming of videos to mobile users. For it to
work properly, you need to make sure that outgoing RTSP TCP port 554 is open. This is the port that the program uses to communicate with the youtube RTSP server.
Download
VT
Video Demonstration:
Important Notes:
1. To make sure that the method is not abused to death very quickly by whoever gets their hands on it first, I limited the number of threads to a
a maximum of 5, and the maximum number of views per run to 1000. Please use responsibly.
2. It takes 12 to 24 hours for mobile views to show on your video.
3. If you face problems running the program, install vcredist_x86 (Microsoft Visual C++ 2008 Redistributable Package) which is also included in the zip archive.
To Youtube If You're Reading This:
If you want me to write an RTSP server than can properly track ips.
The idea has been lurking around on this forum for a while. Couldn't find any coherent information, so I had to go and do my own research. I wrote a bot, I tested it yesterday and saw positive results today. I wrestled a bit with whether I should bank hard with this or share it in here, my sharing instinct seems to have prevailed.
Technical Information
The program implements a basic version of the RTSP control protocol using TCP sockets, which configures streaming of videos to mobile users. For it to
work properly, you need to make sure that outgoing RTSP TCP port 554 is open. This is the port that the program uses to communicate with the youtube RTSP server.
Download
Code:
http://www.mediafire.com/?0snv88nudomccud
VT
Code:
https://www.virustotal.com/file/7807b15e094c195cda57565b478503ccd949cadefbeb6bb7d226e7c3525bd80b/analysis/1330915670/
Video Demonstration:
Important Notes:
1. To make sure that the method is not abused to death very quickly by whoever gets their hands on it first, I limited the number of threads to a
a maximum of 5, and the maximum number of views per run to 1000. Please use responsibly.
2. It takes 12 to 24 hours for mobile views to show on your video.
3. If you face problems running the program, install vcredist_x86 (Microsoft Visual C++ 2008 Redistributable Package) which is also included in the zip archive.
To Youtube If You're Reading This:
If you want me to write an RTSP server than can properly track ips.