Friday, May 16, 2008

Friday night fun

Well here is what I'm doing this Friday night all day I was playing around with network streaming video, I have been playing around with ffserver and VLC streaming. I got VLC working great except slow upload speeds for ffserver hasn't been working so great when ever I try to host a file this happens.
#ffmpeg -i /tmp/output.flv http://localhost:8090/output.flv
Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65535/2733) -> 23.98 (10000000/417083)
Input #0, avi, from '/tmp/test.avi':
Duration: 00:21:49.8, start: 0.000000, bitrate: 1088 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 640x480, 23.98 fps(r)
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 128 kb/s
Output #0, flv, to 'http://localhost:8090/test.flv':
Stream #0.0: Video: flv, yuv420p, 640x480, q=2-31, 200 kb/s, 23.98 fps(c)
Stream #0.1: Audio: libmp3lame, 22050 Hz, stereo, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
Broken pipe

I played with it for serveral hours today but still havn't gotten it to work, I'll prob put a couple more hours in tomorrow to get it to work, but it's friday night it's hack time. (lol) So VLC uses the default port of 1234 and ffserver uses 8090. I've mapped about 2,000 ports so far and only found 3 comps listening on 1234 and only one of them is VLC but its encrypted so have to go back to looking. To let you know how NMap I use a prehacked computer run tor network and run NMap, I'll get a guide up on how to install tor soon enough. I registers that I'm in germany and if you constantly check back like every 10 min it will say you are some where else. I'll post my results up this weekend. This should be a good reason for people not to use default ports, always use off ports for personal use.

No comments: