Message from @Ƶero
Discord ID: 603115275117789194
let me know if you need anything we might black hat together
I'm good. Not much of a networking guy in general.
@amsalem hey have you done these? http://pwnable.kr/play.php
uh dont think i did
whats it about
you have to log into remote machine, figure out how to get root, then move on to the next level
Spent about 3hrs trying to fix a windows computer and I still had no idea what the fuck I did or what the hell was wrong
did you tried turning it off and on again
if all else fails beat it with a hammer
Piss on it
Smol
Sounds about right
Looking like a viable desktop replacement
depends on what you use your desktop for
l-lewd
"Writing HTML isn't really programming"
> Suddenly Crosscode
anyone here super pro level with ffmpeg? I'm trying to do something which is probably not possible with just the ffmpeg command but there's bound to be some random arg which will magically achieve what I want to do becuase ffmpeg is insane
what are you trying to do
Sorry, I have an RTSP stream and the source keeps freezing but it also maintains network connection
bad ondsinet bad
Zero tero
BAD ONDSI BAD
so basically what happens is the frames freeze and ffmpeg just assumes there is going to be another frame and duplicates last good frame.... for hours and hours until I notice and stop the process
NO FURRIES ALLOWED
I'll get the command I'm using
@Ondsinet bad
not ok
```ffmpeg -stimeout 1000000 -rtsp_transport udp -fflags discardcorrupt -i rtsp://192.168.1.163/live/0/MAIN -vc libx265 -f segment -segment_time 300 -segment_atclocktime 1 -reset_timestamps 1 -strftime 1 "163-%Y-%m-%d_%H-%M-%S-h265.mp4"```
I'm trying a pre-release build with a new filter for frozen frames right now but it has yet to freeze under that...
one of the few times it works for a long time
Maybe it works because it's a new version
I'm probably just going to have to buckle down and figure this out in C with libav*, but I'm hoping someone knows of some magic flag that will force ffmpeg to fail out on duplicated frames
oh, I can detect it because I always get the same warning:
```
More than 1000 frames duplicated
```
if I could make it just fail and exit at that point that would be fine