ali1234 / raspi-teletext

Generate teletext with a Raspberry Pi
422 stars 23 forks source link

filler packets #6

Closed ZXGuesser closed 5 years ago

ZXGuesser commented 9 years ago

Since the filler packets are sent whenever there is nothing to send when the program is started reading from stdin (i.e. not demo mode), would it be better to send something other than the page 200 page header as this will interfere with trying to output magazine 2 packets. As far as I can tell CEEFAX and Teletext both used packets with magazine set to 8 and row set to 25 with the row data all spaces for their filler packets since they only used magazine 8 for page subtitle rows on page 888 and broadcast data packets so that seems like standard practice, at least in the UK systems.

boomlinde commented 9 years ago

That seems sane. I don't have dumps of local teletext, but I think this would at least be a sane default. Perhaps the magazine and page number is best left configurable?

ali1234 commented 5 years ago

Just merged a pull request which changes the filler to 8/25.