opening .ts files in C and reading bit by bit the contents of the stream file -
can mpeg 2 transport stream ( .ts ) file opened in binary mode in c ?? how read contents of file bit bit analyzing various tables in transport stream?
read data byte , use shift operation convert byte bit.
Comments
Post a Comment