home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Talk
XBMC Python Script
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="dubbeld" data-source="post: 399900" data-attributes="member: 40948"><p>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</p><p>11:46:38 T:2796 M:2561900544 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED</p><p>11:46:38 T:3644 M:2561843200 NOTICE: Creating InputStream</p><p>11:46:38 T:3644 M:2561843200 NOTICE: Creating Demuxer</p><p>11:46:38 T:3644 M:2560020480 ERROR: CDVDPlayer::OpenDemuxStream - Exception thrown when opeing demuxer</p><p>11:46:38 T:3644 M:2560020480 NOTICE: CDVDPlayer::OnExit()</p><p>11:46:38 T:3644 M:2560020480 NOTICE: CDVDPlayer::OnExit() deleting input stream</p><p>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!</p><p>11:46:38 T:2796 M:2560143360 NOTICE: CDVDPlayer::CloseFile()</p><p>11:46:38 T:2796 M:2560143360 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED</p><p>11:46:38 T:2796 M:2560143360 NOTICE: DVDPlayer: waiting for threads to exit</p><p>11:46:38 T:2796 M:2560143360 NOTICE: DVDPlayer: finished waiting[/code] here is the error <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> btw the stream is playable on vlc media player, so it should work.</p><p></p><p><strong>Edit</strong>: And with debug:</p><p>[code]</p><p>13:56:06 T:4488 M:2392580096 DEBUG: CPlayerCoreFactory::GetPlayers(rtsp://192.168.2.129/stream1.0)</p><p>13:56:06 T:4488 M:2392580096 DEBUG: CPlayerCoreFactory::GetPlayers - Item is an internet stream, content-type=application/octet-stream</p><p>13:56:06 T:4488 M:2392580096 DEBUG: Alloc resources: 0.21ms (0.00 ms skin load, 0.15 ms preload)</p><p>13:56:07 T:4488 M:2392563712 NOTICE: DVDPlayer: Opening: rtsp://192.168.2.129/stream1.0</p><p>13:56:07 T:4488 M:2392563712 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED</p><p>13:56:07 T:1020 M:2392535040 DEBUG: thread start, auto delete: 0</p><p>13:56:07 T:1020 M:2392530944 NOTICE: Creating InputStream</p><p>13:56:07 T:1020 M:2392530944 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles</p><p>13:56:07 T:1020 M:2392530944 DEBUG: CUtil::CacheSubtitles: START</p><p>13:56:07 T:1020 M:2392526848 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done</p><p>13:56:07 T:1020 M:2392526848 NOTICE: Creating Demuxer</p><p>13:56:07 T:4964 M:2392436736 DEBUG: thread start, auto delete: 1</p><p>13:56:07 T:1020 M:2392420352 DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info starting</p><p>13:56:07 T:1020 M:2391982080 ERROR: CDVDPlayer::OpenDemuxStream - Exception thrown when opeing demuxer</p><p>13:56:07 T:1020 M:2391982080 NOTICE: CDVDPlayer::OnExit()</p><p>13:56:07 T:1020 M:2391982080 NOTICE: CDVDPlayer::OnExit() deleting input stream</p><p>13:56:07 T:1020 M:2391982080 DEBUG: Playback was stopped[/code]</p><p></p><p>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.</p><p></p><p>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).</p></blockquote><p></p>
[QUOTE="dubbeld, post: 399900, member: 40948"] 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. [B]Edit[/B]: 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). [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
XBMC Python Script
Contact us
RSS
Top
Bottom