Video and Image RSS stream HELP !!!!!!!
#1
Hi All!

I have a photobucket account which contains videos and images. (.jpg and .mp4) I have added this RSS stream to the Images section in XBMC. I am using XBMC (latest eden) on a AppleTv 2.

U can see the part of sources.xml below, i erased my account out of the link because that info is irrelevant.

Code:
<pictures>
        <default pathversion="1"></default>
        <source>
            <name> Photobucket</name>
            <path pathversion="1">rss://feed1243.photobucket.com:80/albums/........rss/</path>
        </source>
    </pictures>

This works, i can see the the content. However i am able to play all videos (.mp4) but i can not open .jpg's while they are presented in the list with thumbnails. I copied a piece of my XBMC log below:

Code:
02:04:38 T:125321216  NOTICE: DVDPlayer: Opening: http://i1243.photobucket.com/albums/****/*****/*****.jpg
02:04:38 T:125321216 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
02:04:38 T:147525632  NOTICE: Creating InputStream
02:04:39 T:147525632  NOTICE: Creating Demuxer
02:04:40 T:147525632   ERROR: Open - error probing input format, http://i1243.photobucket.com/albums/****/*****/*****.jpg
02:04:40 T:147525632   ERROR: OpenDemuxStream - Error creating demuxer
02:04:40 T:147525632  NOTICE: CDVDPlayer::OnExit()
02:04:40 T:147525632  NOTICE: CDVDPlayer::OnExit() deleting input stream
02:04:40 T:125321216  NOTICE: CDVDPlayer::CloseFile()
02:04:40 T:125321216 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
02:04:40 T:125321216  NOTICE: DVDPlayer: waiting for threads to exit
02:04:40 T:125321216  NOTICE: DVDPlayer: finished waiting
02:04:42 T:804667392   ERROR: GetDirectory - Error getting add

How can i fix this ? seems that from what i understand XBMC is trying to open the .jpg with C/DVDPlayer. How can i be able to view images and videos in a slideshow, is there a fix for this or alternate way to achieve it?

Thanks in advance!
Reply

Logout Mark Read Team Forum Stats Members Help
Video and Image RSS stream HELP !!!!!!!0