-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layer B cannot be displyed #30
Comments
Hi, |
Hi, thanks for your comments.
We also tested mplayer (which is unable to play layer a and layer b) and vlc, which can also play layer a but provides the following errors on layer b [00007f2090c18090] ts demux error: libdvbpsi error (PSI decoder): TS so I am afraid the error is in the demodulation. VLC shows the time bar Thanks for your help! |
Mmmmm this means that you have misconfigured some of the parameters of layer B. With such a constellation you should get a very low Viterbi BER (the one you are getting now is as if you've input random bits). |
You seem to be right. Could you share with us the recording for us to check? |
Yes, thanks so much for your help. |
I've just sent you a mail, but just to be "public" with the answer, my suspicion is that the problem is with ffmpeg and the encoding used on the Transport Stream on layer B. We'll investigate a little bit further and try to confirm this. |
Yes, thanks for the help and I got your email. Actually, I have sampled three channels data from the same TV tower (in Sendai, there all totally three TV towers). For the sampled three channels, only layer a can be displayed. Thanks. |
Hi, ` 0000: 47 01 11 d1 0a 1e aa e3 32 20 18 4f 79 0f 8f fc G.......2 .Oy... Sync-Byte 0x47: 71 (0x47) Hope it helps! |
Hi, I am a student from Sendai, Japan. Thanks for providing this useful ISDB-T transceiver :)
I faced a problem with the video playing with the real-sampled data (the results of the 569MHz data is of course very good, no problem).
I sampled the data by using B210 with a sampling rate of 512/63 MHz.
In Sendai, mode-3 is used and the CP length is 1/8.
I can demodulate the received signal and play the video of layer a (1 segment) by ffplay.
But, for layer b, the video cannot be played (I am not familiar with ffmpeg).
The errors are something in the following:
[mpegts @ 0x7fe3b4000b80] start time for stream 0 is not set in estimate_timings_from_pts
[mpegts @ 0x7fe3b4000b80] start time for stream 1 is not set in estimate_timings_from_pts
[mpegts @ 0x7fe3b4000b80] start time for stream 2 is not set in estimate_timings_from_pts
[mpegts @ 0x7fe3b4000b80] start time for stream 3 is not set in estimate_timings_from_pts
[mpegts @ 0x7fe3b4000b80] Could not find codec parameters for stream 0 (Video: mpeg2video ([2][0][0][0] / 0x0002), none(tv)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x7fe3b4000b80] Could not find codec parameters for stream 1 (Audio: aac ([15][0][0][0] / 0x000F), 0 channels, fltp): unspecified sample rate
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Could you give some suggestions?
Thanks and best regards,
Feng
The text was updated successfully, but these errors were encountered: