oviano

Results 90 comments of oviano

I have written (for personal use) a video streaming system a bit like how Slingbox used to work, i.e. it streams your private TV source to another location. I'm using...

But maybe you wouldn't have an event system as such at the SRT level. On the sender side, you'd call a function to pass SRT a packet. Internally, SRT then...

Sender side: 1. application calls an API function with the data it wants sent to the receiver 2. SRT adds any header and likely wants to send this right away...

Thank you. So I guess that message would appear if the client has not received the handshake conclusion (dropped packet) so it would just ignore data packets until it gets...

Just to follow up on this. I had to take a few manual steps to complete the build with this configuration. Documenting them here in case it helps someone or...

No problem Matthew, and thanks for the fix. I guess it's something of an edge-case and I've worked around it by just doing the steps manually. I don't think those...

The following bash snippet can be used to compile the .cu files prior to calling project_generate.exe, which will then pick up the generated .c files: ``` #!/bin/bash for f in...

Just updating back here as a few things seem to have changed with latest FFmpeg. They removed ptx2c.sh, which I was using in my build scripts to produce the ptx.c...

tsp -v -I dvb -f 490000000 -P zap "BBC ONE Lon" -P until -s 20 -P analyze -O drop * dvb: using Hauppauge WinTV-soloHD DVBT Tuner (DVB-T) * dvb: tuned...