Search found 17 matches

by emveepee
Tue Apr 09, 2024 12:50 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 55
Views: 19177

Re: Recording metadata - TPeterson

It really would be good to have @NedS 's metadata API description though, since I think I'm missing at least one metadata tag related to informing the player about the actual file length/duration. The player's progress bar, when hosted on my LG TV, Onn Box, and Windows does not show the correct pro...
by emveepee
Sat Mar 16, 2024 6:36 am
Forum: ATSC 3.0 Forum
Topic: TV Station Launches Multiple 4K Broadcasts OTA on ATSC 1.0
Replies: 7
Views: 1080

Re: TV Station Launches Multiple 4K Broadcasts OTA on ATSC 1.0

It's both. Video codec will have a major impact on image quality. Better video compression codecs allow the same or better quality while using less bandwidth. It's possible to still lowball the bitrate too much, but AVC is roughly twice as efficient as MPEG2, and HEVC is roughly twice as efficient ...
by emveepee
Fri Mar 15, 2024 5:24 pm
Forum: ATSC 3.0 Forum
Topic: TV Station Launches Multiple 4K Broadcasts OTA on ATSC 1.0
Replies: 7
Views: 1080

Re: TV Station Launches Multiple 4K Broadcasts OTA on ATSC 1.0

I wish more channels would do this. We have three sub-channels that broadcast in AVC in Chicago, and you can see the quality difference. At the same time, it saves bandwidth. Quality is based on the bit rate and resolution, not the encoding format (although there are good and bad encoders too). All...
by emveepee
Sun Mar 10, 2024 5:42 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 55
Views: 19177

Re: Recording metadata - TPeterson

Shows up" where? Does the app look in a particular folder for recordings? What syntax did you use, if not a dedicated folder? Also, what utility did you use? It shows up in Recordings in the HDHR app on all platforms. I placed the mpg file in the default recording folder which was C:\Users\Pub...
by emveepee
Sun Mar 10, 2024 2:20 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 55
Views: 19177

Re: Recording metadata - TPeterson

Unless this is new behaviour, I've use a utility to add the metadata from NextPVR to an NextPVR created ts file and the file with metadata shows up so check the logic and the mpg file you are using.
by emveepee
Sun Jan 28, 2024 11:42 am
Forum: ATSC 3.0 Forum
Topic: Encryption
Replies: 326
Views: 62381

Re: Encryption

with the signal of the ATSC 3.0 channel being encrypted the broadcasters are in violation of both the emergency alert system and educational/informational rules established by the FCC. Old analog TV's and capture cards don't receive ATSC 1.0 so that rule would apply to compatible TV receivers not a...
by emveepee
Mon Jan 01, 2024 11:41 am
Forum: HDHomeRun Software Setup & Troubleshooting (Live & DVR)
Topic: Use HDHomeRun when there's no Internet??
Replies: 8
Views: 30659

Re: Use HDHomeRun when there's no Internet??

The tuner is available, the API that some applications use may not be. With ATSC 3.0 there are more restrictions though, another reason DRM should not be considered in the public interest.

Martin
by emveepee
Wed Nov 29, 2023 9:05 am
Forum: Development Support
Topic: Samsung Tizen AC-4
Replies: 2
Views: 14038

Re: Samsung Tizen AC-4

Ok thanks, too bad, in a remuxed mp4 container recordings play nicely on the Samsung. I will have to see if I can script the extraction and remux process.
by emveepee
Tue Nov 28, 2023 6:49 pm
Forum: Development Support
Topic: Samsung Tizen AC-4
Replies: 2
Views: 14038

Samsung Tizen AC-4

I am developing a Tizen client for NextPVR which plays HDHR sourced files in Tizen but I get no audio on AC-4 tracks, same issue with Silicondust sourced mpg files. When I extract the tracks and remux to mp4 then it works. Does anyone know if that is expected behaviour or just the monitor I am testi...
by emveepee
Fri Sep 08, 2023 2:54 pm
Forum: ATSC 3.0 Forum
Topic: List of Supported devices
Replies: 68
Views: 277545

Re: List of Supported devices

Both Emby web and Emby Theater do use the unreleased ffmpeg AC-4 patch. If you are getting 7.1 I think there is something wrong in their transcoding options.
by emveepee
Wed Jun 07, 2023 2:34 pm
Forum: ATSC 3.0 Forum
Topic: List of Supported devices
Replies: 68
Views: 277545

Re: List of Supported devices

ms12 is the Dolby transcode library. You pass AC4 audio to the audio output device as if it were AC4 passthrough and this library converts it to AC3 for AC3 passthrough (or PCM for PCM output). So will this go to your transcoding server or will it always go through passthrough, independently from t...
by emveepee
Wed Jun 07, 2023 7:43 am
Forum: ATSC 3.0 Forum
Topic: List of Supported devices
Replies: 68
Views: 277545

Re: List of Supported devices

I just tried a player Rocktek G2 and it seems to support AC-4 via ExoPlayer. My device is against 103B4218 and 10529531 but I played from a DVR test and would be interested in know how AC-4 is played back on this device. Logcat shows 06-07 10:34:53.112 338 4608 D libdolbyms12: ************** Dolby M...
by emveepee
Mon May 08, 2023 10:34 am
Forum: Development Support
Topic: GuideName differences
Replies: 2
Views: 6450

GuideName differences

Shouldn't the GuideName in legacy lineup match the lineup.json? They are different here.

"GuideName": "CBOT",
vs
"GuideName": "CBOT-DT",


Martin
by emveepee
Wed Apr 26, 2023 5:09 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1176774

Re: XMLTV guide data

They did give direction in this thread viewtopic.php?t=77340 although I don't know if they will have an account based solution by early 2024.

Martin
by emveepee
Thu Mar 16, 2023 5:25 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1176774

Re: XMLTV guide data

nickk wrote: Thu Mar 16, 2023 4:59 pm Best not to use the Series or Episode ID to determine type. The guide data for Australia does not follow this convention for example.
Thanks for that, as long as you don't use MV as your identifier for non-movies it probably isn't going to cause a problem. Is there sample JSON anywhere?

Martin