21st Dec, 2012, 01:52 AM
21st Dec, 2012, 03:17 AM
Is it stuttering or not playing at all?
21st Dec, 2012, 04:57 AM
to my knowledge AVCHD is a container and usualy use MPEG-2 as a codec
have you added your MPEG-2 licence ?
have you added your MPEG-2 licence ?
21st Dec, 2012, 09:32 AM
Not an MPG-2 issue. DVD plays.
When the movie selected, it won't start, no player window pops up. Only the file list....
As said Raspbmc and OpenOlec hav no issue playing these files. A bluray selection window popsup after selection, to play whole or part. etc..
In XBian nothing happens..
When the movie selected, it won't start, no player window pops up. Only the file list....
As said Raspbmc and OpenOlec hav no issue playing these files. A bluray selection window popsup after selection, to play whole or part. etc..
In XBian nothing happens..
21st Dec, 2012, 09:43 AM
What is the codec of the specific file? Can you also post the content of the XBMC log when trying to play that file "/home/xbian/.xbmc/temp/xbmc.log"?
21st Dec, 2012, 11:50 AM
I think I found the issue. Will make a new XBMC build ASAP.
21st Dec, 2012, 04:37 PM
can you post more details about the file?would be helpful if you can provide more details like codec, audio/video information, etc
Also can you try this ?
Do the following from SSH
and change the following
to
or if you have Raspberry Pi V2 with 512mb RAM
to
Also can you try this ?
Do the following from SSH
Code:
nano /boot/config.txt
and change the following
Code:
gpu mem 256=100
Code:
gpu mem 256=128
or if you have Raspberry Pi V2 with 512mb RAM
Code:
gpu mem 512=100
Code:
gpu mem 512=128
21st Dec, 2012, 06:36 PM
Thanks koenkk!!!!!! Let us now when its ready... I can test it...
21st Dec, 2012, 06:50 PM
any chance u try the above ?
-thx-
-thx-
(21st Dec, 2012 06:36 PM)brinka123 Wrote: [ -> ]Thanks koenkk!!!!!! Let us now when its ready... I can test it...
21st Dec, 2012, 09:16 PM
I've managed to play all available video samples what I found online.
Any chance you share a small sample of the file you trying to play ?
Any chance you share a small sample of the file you trying to play ?
22nd Dec, 2012, 05:52 AM
Koenk found somthing regarding the issue already.. Waiting for his update..
Search for any AVCHD, on the net. I have 2 which won't play. Don't know how to share large files...
Search for any AVCHD, on the net. I have 2 which won't play. Don't know how to share large files...
22nd Dec, 2012, 07:14 AM
Maybe I can send you a logging?? How?
This is the problem :
This is the problem :
Code:
15:57:18 T:3042856960 NOTICE: Previous line repeats 4 times.
15:57:18 T:3042856960 WARNING: Create - Unsupported protocol(bluray) in bluray://udf%3a%2f%2fsmb%253a%252f%252fnetshare%252fnetshare%252fDownload%252fMovie%2
52fExtracted%2520(2012)%2520avchd%252fRVL%2520AVCHD%25201164.iso%2f/
15:57:18 T:3042856960 ERROR: CGUIWindowVideoBase::ShowPlaySelection - Failed to get play directory for bluray://udf%3a%2f%2fsmb%253a%252f%252fnetshare%252f
netshare%252fDownload%252fMovie%252fExtracted%2520(2012)%2520avchd%252fRVL%2520AVCHD%25201164.iso%2f/
15:57:18 T:3042856960 NOTICE: COMXPlayer: Opening: smb://netshare/netshare/Download/Movie/Extracted (2012) avchd/RVL AVCHD 1164.iso
15:57:18 T:3042856960 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
15:57:18 T:2949641280 NOTICE: Thread COMXPlayer start, auto delete: false
15:57:18 T:2949641280 NOTICE: OMXClock using video as reference
15:57:18 T:2949641280 NOTICE: Creating InputStream
15:57:19 T:2949641280 ERROR: Error on dvdnav_open
15:57:19 T:2949641280 ERROR: COMXPlayer::OpenInputStream - failed to open [smb://netshare/netshare/Download/Movie/Extracted (2012) avchd/RVL AVCHD 1164.iso
] as DVD ISO, trying Bluray
15:57:19 T:2949641280 ERROR: COMXPlayer::OpenInputStream - error opening [smb://netshare/netshare/Download/Movie/Extracted (2012) avchd/RVL AVCHD 1164.iso/
BDMV/index.bdmv]
15:57:19 T:2949641280 NOTICE: COMXPlayer::OnExit()
15:57:19 T:2949641280 NOTICE: COMXPlayer::OnExit() deleting input stream
15:57:19 T:3042856960 ERROR: Playlist Player: skipping unplayable item: 0, path [smb://netshare/netshare/Download/Movie/Extracted (2012) avchd/RVL AVCHD 11
64.iso]
15:57:19 T:2949641280 NOTICE: Thread Background Loader start, auto delete: false
15:57:19 T:3042856960 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
22nd Dec, 2012, 07:38 AM
I have sent you PM
22nd Dec, 2012, 08:46 AM
This is the error what it all is about. I'm almost 100% sure I can fix this. Hope I can push this fix tomorrow.
Code:
15:57:18 T:3042856960 WARNING: Create - Unsupported protocol(bluray) in bluray://udf%3a%2f%2fsmb%253a%252f%252fnetshare%252fnetshare%252fDownload%252fMovie%2
52fExtracted%2520(2012)%2520avchd%252fRVL%2520AVCHD%25201164.iso%2f/
23rd Dec, 2012, 03:47 AM
This XBMC build should fix it: https://github.com/xbianonpi/xbmc-nightly . Instructions on how to install are in the readme.md