@Taapat
Thank you, Solve my problem.
NoxBox hasn't added any friends yet.
8 November 2016 - 16:39
@Taapat
Thank you, Solve my problem.
8 November 2016 - 13:48
I have a problem about libbluray in master git. I try to compile libbluray is show error.
| cp: cannot stat `/home/xpl/sources/git2/git.videolan.org.libbluray.git/modules': No such file or directory ERROR: Task 0 (/home/xpl/pli4/meta-openpli/recipes-support/libbluray/libbluray_git.bb, do_unpack) failed with exit code '1'
I think have a problem about gitsm in master git. So, I change gitsm to git is ok. But, still have a problem.
| configure: exit 1 | ERROR: oe_runconf failed
after error. i input line --disable-udf in EXTRA_OECONF. Now not have a problem and not show error anymore.
Ps. I try to compile with master-next git not have a problem.
Thank you.
18 October 2016 - 15:33
Now, I solve my problems change rate=48000 to rate=24000.
Thank you.
18 October 2016 - 11:25
@samsamsam
gstreamer need dvbmediasink
17 October 2016 - 17:44
Hi, I have a problem about OPENPLI with file .ts sound AAC-HE from DVB-T2.
I found dvbmediasink not have a code for MPEG-4 AAC code infomation (audio/mpeg, framed=(boolean)true, mpegversion=(int)4, rate=(int)24000, channels=(int)1, stream-format=(string)loas)
I use patch from mx3L topic (http://forums.openpl...ndpost&p=518057) is work have sound. But, still have a problem. If have rate=(int)48000 sound not smooth and no sound anymore. But, have a rate=(int)24000 is smooth not have a problem.
I test service reference with sound MPEG-4 AAC (audio/mpeg, framed=(boolean)true, mpegversion=(int)4, rate=(int)48000, channels=(int)1, stream-format=(string)loas)
service reference 1 = not have a problem
service reference 4097 = have a problem with rate=(int)48000, But rate=(int)24000 not have a problem
service reference 5002 (extplayer3) = not have a problem
https://dl.dropboxus...671/zTEST/ok.ts
- MPEG-4 AAC (audio/mpeg, framed=(boolean)true, mpegversion=(int)4, rate=(int)24000, channels=(int)1, stream-format=(string)loas)
- MPEG-4 AAC (audio/mpeg, framed=(boolean)true, mpegversion=(int)4, rate=(int)24000, channels=(int)1, stream-format=(string)loas)
- H.264 (video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal, parsed=(boolean)true)
https://dl.dropboxus...zTEST/not-ok.ts
- MPEG-4 AAC (audio/mpeg, framed=(boolean)true, mpegversion=(int)4, rate=(int)48000, channels=(int)1, stream-format=(string)loas)
- MPEG-4 AAC (audio/mpeg, framed=(boolean)true, mpegversion=(int)4, rate=(int)48000, channels=(int)1, stream-format=(string)loas)
- MPEG-4 AAC (audio/mpeg, framed=(boolean)true, mpegversion=(int)4, rate=(int)48000, channels=(int)1, stream-format=(string)loas)
- H.264 (video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal, parsed=(boolean)true)
I don't know how to fix or chenage sample rate48000 to 28000.
Please help me, Thank you.