Skip to content
  • Jean-Paul Saman's avatar
    More fixes for v4l. The v4l module compiles again, but is not useable. · fc0f490a
    Jean-Paul Saman authored
    1) In contrast to my previous post the C_AudioCaptureThread and C_VideoCaptureThread were not moved down to a reader (e.g: v4lreader), but are still in raw2ts.cpp used. The declarations are in a separate file now: v4lraw.cpp and v4lraw.h.
    2) A bit of cleanup
    3) Added a C_DatedFifo to src/server/buffer.h and src/server/buffer.cpp
    
    TODO: Make the function EStoTS() in src/modules/raw2ts/raw2ts.cpp work on a single TS Packet. Maybe by doing to packetizing in 2 steps: a EStoPES() and PEStoTS() function. Tristan what do you think?
    fc0f490a