Giter Club home page Giter Club logo

dvb2dvb's People

Contributors

linuxstb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dvb2dvb's Issues

Input buffer full when PCR wraparound

When the PCR is reset to 0 (PCR wraparound), the input buffer of this service, for an unknown reason begins to overflow, and after a few seconds program crashes with an error "Input buffer full".
Log:
43992 376 21620 108476 Average capacity used: 43.8% Outbuf = 4034856
WARNING: PCR wraparound - first_pcr=26:30:43.702, second_pcr=0:00:00.014
28952 447440 1880 68244 Average capacity used: 43.8% Outbuf = 4211764
24440 2303000 1692 78208 Average capacity used: 43.8% Outbuf = 4087684
31208 6543152 940 83848 Average capacity used: 43.8% Outbuf = 4189956
25004 13595320 2068 73696 Average capacity used: 43.7% Outbuf = 4292228
24628 15674600 1316 73884 Average capacity used: 43.7% Outbuf = 4227744
ERROR: Stream 1, Input buffer full, dropping 1233 bytes
ERROR: Stream 1, Input buffer full, dropping 1316 bytes
...
Any ideas?

Makefile doesn't make in Ubuntu

The Makefile as currently written fails to build dvb2dvb on Ubuntu 14.04 LTS.

I think it should be :
dvb2dvb: $(OBJS)
$(CC) $(CFLAGS) -o dvb2dvb $(OBJS) $(LIBS)
not
dvb2dvb: $(OBJS)
$(CC) $(CFLAGS) $(LIBS) -o dvb2dvb $(OBJS)

i.e. the $(LIBS) needs to be at the end of the CC command, not before the object filename?

PUSI set within section - not handled!

Hi, I am seeing this message when I am trying to stream a mixture of SD and HD channels from DVB-T muxes in the UK. The HD channels appear to generate this message, and the TVs do not play the HD programmes. The SD ones work perfectly. I have not tried DVB-S muxes yet.

Two questions:
Are the PUSI messages and the non-playing issue linked do you think?
If so are there any plans to fix this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.