Forum

Full Version: No AVCHD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Xbian can't play AVCHD. This one was packed in .iso.

On Openelec playback was no problem.
Is it stuttering or not playing at all?
to my knowledge AVCHD is a container and usualy use MPEG-2 as a codec
have you added your MPEG-2 licence ?
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..
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"?
I think I found the issue. Will make a new XBMC build ASAP.
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
Code:
nano /boot/config.txt

and change the following
Code:
gpu mem 256=100
to
Code:
gpu mem 256=128

or if you have Raspberry Pi V2 with 512mb RAM

Code:
gpu mem 512=100
to
Code:
gpu mem 512=128
Thanks koenkk!!!!!! Let us now when its ready... I can test it...
any chance u try the above ?
-thx-
(21st Dec, 2012 06:36 PM)brinka123 Wrote: [ -> ]Thanks koenkk!!!!!! Let us now when its ready... I can test it...
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 ?
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...
Maybe I can send you a logging?? How?

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%2520A​VCHD%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
I have sent you PM Wink
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/
This XBMC build should fix it: https://github.com/xbianonpi/xbmc-nightly . Instructions on how to install are in the readme.md
Reference URL's