Reply to thread

Don't know if you want to do this... [code]11:46:38 T:2796 M:2561904640  NOTICE: DVDPlayer: Opening: rtsp://192.168.2.129/stream1.0

11:46:38 T:2796 M:2561900544 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED

11:46:38 T:3644 M:2561843200  NOTICE: Creating InputStream

11:46:38 T:3644 M:2561843200  NOTICE: Creating Demuxer

11:46:38 T:3644 M:2560020480   ERROR: CDVDPlayer::OpenDemuxStream - Exception thrown when opeing demuxer

11:46:38 T:3644 M:2560020480  NOTICE: CDVDPlayer::OnExit()

11:46:38 T:3644 M:2560020480  NOTICE: CDVDPlayer::OnExit() deleting input stream

11:46:38 T:2796 M:2560143360   ERROR: Can't open the database MyVideos34.db as it is a NEWER version than what we were expecting!

11:46:38 T:2796 M:2560143360  NOTICE: CDVDPlayer::CloseFile()

11:46:38 T:2796 M:2560143360 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED

11:46:38 T:2796 M:2560143360  NOTICE: DVDPlayer: waiting for threads to exit

11:46:38 T:2796 M:2560143360  NOTICE: DVDPlayer: finished waiting[/code] here is the error :) btw the stream is playable on vlc media player, so it should work.


Edit: And with debug:

[code]

13:56:06 T:4488 M:2392580096   DEBUG: CPlayerCoreFactory::GetPlayers(rtsp://192.168.2.129/stream1.0)

13:56:06 T:4488 M:2392580096   DEBUG: CPlayerCoreFactory::GetPlayers - Item is an internet stream, content-type=application/octet-stream

13:56:06 T:4488 M:2392580096   DEBUG: Alloc resources: 0.21ms (0.00 ms skin load, 0.15 ms preload)

13:56:07 T:4488 M:2392563712  NOTICE: DVDPlayer: Opening: rtsp://192.168.2.129/stream1.0

13:56:07 T:4488 M:2392563712 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED

13:56:07 T:1020 M:2392535040   DEBUG: thread start, auto delete: 0

13:56:07 T:1020 M:2392530944  NOTICE: Creating InputStream

13:56:07 T:1020 M:2392530944    INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles

13:56:07 T:1020 M:2392530944   DEBUG: CUtil::CacheSubtitles: START

13:56:07 T:1020 M:2392526848    INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done

13:56:07 T:1020 M:2392526848  NOTICE: Creating Demuxer

13:56:07 T:4964 M:2392436736   DEBUG: thread start, auto delete: 1

13:56:07 T:1020 M:2392420352   DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info starting

13:56:07 T:1020 M:2391982080   ERROR: CDVDPlayer::OpenDemuxStream - Exception thrown when opeing demuxer

13:56:07 T:1020 M:2391982080  NOTICE: CDVDPlayer::OnExit()

13:56:07 T:1020 M:2391982080  NOTICE: CDVDPlayer::OnExit() deleting input stream

13:56:07 T:1020 M:2391982080   DEBUG: Playback was stopped[/code]


Btw Santa, you can now record shows by the RecordProgram:<program id> command. Also added ListSchedules, to see what you've scheduled and RemoveSchedule:<schedule id> to remove a scheduled recording. We only have to implement it to the gui. Also added listPrograms to list the programs of a channel.


Don't know if you ever made a GUI for XBMC, I didn't, do you have any suggestions on how to make the gui (since we now have all the functions to make it work).


Top Bottom