]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - streamer.c
Attempt to fix unexpected video delays with 30 FPS
[frescor/streamer.git] / streamer.c
index 28d5b7e1407802601161ae3df31333f49e22ee5e..7ec7f8a35cc8f90dbc05e04308f47efe4447a9d1 100644 (file)
@@ -251,7 +251,7 @@ int main(int argc, char *argv[])
     return -1;
   }
   codec_open(s);
-  os = open_output_stream(dst, dport, CODEC_TYPE_VIDEO);
+  os = open_output_stream(dst, dport, CODEC_TYPE_VIDEO, fps);
   if (os == NULL) {
     fprintf(stderr, "Cannot open output stream\n");