cudawarped

Results 83 comments of cudawarped
trafficstars

@wqh17101 I don't have any issues streaming from h264[5] RTSP sources. My guess would be the codec isn't supported or it has something to do with the way the parameter...

Which verson of ffmpeg are you using, I cannot send and recieve a stream using those exact commands? Have you tried streaming from other rtsp sources, live555, vlc etc.?

I am not sure why I cannot push an rtsp stream using your command > ffmpeg -re -stream_loop -1 -i local_test.mp4 -vcodec libx264 -f flv -f rtsp rtsp://admin:[email protected]/stream/ so lets...

Thank you. Since your first NAL unit is non IDR I am wondering if the maximum number of unparsed packets is being exceeded. If this was the case I would...

> I do not know what you need, maybe give me a script. Try the following then upload out.264 somewhere and send me the link. Then I can run the...

I'll take a look next week then but it looks like your streaming server is starting at a non IDR frame meaning all the packets until an IDR frame is...

> And another question: If i have a ffmpeg built with cuda, is there anyway to use it such as using VideoCapture with some parameter like ffmepg cmd line. Yes,...

I would be surprised if you can get anywhere near that number without hitting 100% CPU usage. With VideoReader I can easily do 32 1080p h265 streams on GTX 10...

No it shouldn't do but this will depend on the CPU. The Nvidia hardware decoder may be near 100% but this will depend on the codec with h265 using less...

Sorry I don't use python day to day. I would stream in separate threads in c++