thooge
Posts: 16
|
How do i set Flags in xml-File? 6 Years ago
|
|
I want to set the Flag MMSW_VIDEO in an xml-file. Is it possible?
|
|
|
|
|
The administrator has disabled public write access.
|
Stefan
Posts: 91
|
Re:How do i set Flags in xml-File? 6 Years ago
|
|
Hi thooge,
unfortunateley this is not possible. We thought of the MMSW_VIDEO as a Window containing only media content. The flag is used to bring the window on the right layer, to use possible hardware acceleration. Therefor we didn't figure it to be necessary.
Adding this to the dialog manager seems to be no problem. What is your use case on this?
kind regards
Stefan
|
|
|
|
|
The administrator has disabled public write access.
|
thooge
Posts: 16
|
Re:How do i set Flags in xml-File? 6 Years ago
|
|
I am building an info-system (no user interaction). One part would be a window perhaps 300-400px wide displaying a video screen (DVB-T stream or any other video).
The other parts of the screen is different information displayed on a time base e.g. 07:30:50 - 07:35:00 a greeting to a visitor combined with a phone number.
I think there will be one video window and 3 to 4 windows with other information.
regards,
Thomas
|
|
|
|
|
The administrator has disabled public write access.
|
Stefan
Posts: 91
|
Re:How do i set Flags in xml-File? 6 Years ago
|
|
hi Thomas,
that sounds very cool! Can you tell us something more about your hardware? Do you have a single layer or separate graphics and video layers?
If this is a single layer setup, then you don't need that video flag at all.
kind regards
Stefan
|
|
|
|
|
Last Edit: 2009/08/17 13:09 By Stefan.
|
|
The administrator has disabled public write access.
|
thooge
Posts: 16
|
Re:How do i set Flags in xml-File? 6 Years ago
|
|
I have a eeeBox B206 connected via HDMI to a 26" Display (1920x1200). Another server in the network has a DVB-T card (some kind of hauppauge) and streams PAL wide (1024x576).
Graphics Chipset is ATI RV620 (Radeon HD 43xx), i use Debian stable with manually compiled libxine (1.1.16.2).
Information data will be stored locally on the box and will be updated on a regulary basis (e.g. every 5 min) from an MySQL-Server in the network.
Reason: in case of network failure the information box will work on it's own.
Information system start in the morning is triggered via Wake on LAN, shutdown in the evening via local cron-job.
There are lots more ideas but i have to set up a prototype till friday.
kind regards Thomas
|
|
|
|
|
The administrator has disabled public write access.
|
Stefan
Posts: 91
|
Re:How do i set Flags in xml-File? 6 Years ago
|
|
Hi Thomas,
sounds like quiet a task. If we can be of assistance until Friday, let us know. Your setup does not include different hardware layers, so MMSW_VIDEO is of no specific value to you. Feel free to just ignore it. It has no negative effects in your setup.
kind regards
Stefan
|
|
|
|
|
The administrator has disabled public write access.
|
|