Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Let's test VLCPlayer and help to find some bugs
Let's test VLCPlayer and help to find some bugs [message #33744] Sat, 10 September 2011 09:53 Go to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

I had to make a fast video player. Player of the Bazaar came to me not because of performance (target application is executed at a very slow hardware under Linux)

I made a video player using libvlc and SDL. (looking at the code MediaPlayer Koldo, by the way thanks Koldo).

It turned out that I expected. Performance acceptable.

The problem that I was able to cope with:
If I add a child Layout Layouts, then when the program starts, go error "Invalid Memory Access".

Friends, help!



SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}

[Updated on: Sat, 10 September 2011 11:01]

Report message to a moderator

Re: Let's test VLCPlayer and help to find some bugs [message #33745 is a reply to message #33744] Sat, 10 September 2011 09:55 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Test Application

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}

[Updated on: Sat, 10 September 2011 11:02]

Report message to a moderator

Re: Let's test VLCPlayer and help to find some bugs [message #33843 is a reply to message #33745] Sun, 18 September 2011 00:13 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Sergey

I would like to ask you some questions:
- How is libVLC used?: SDL puts the video and audio output, and libVLC puts the file streams decoding?
- Where are the performance problems?
- Do you use the library in Linux or in Windows?
- Do you use SDL process handling?

Thank you in advance.


Best regards
Iñaki
Re: Let's test VLCPlayer and help to find some bugs [message #33844 is a reply to message #33843] Sun, 18 September 2011 01:59 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

I am not in any way wish to offend or reproach.
I used the video output on really slow hardware (CPU Atom 1600MHz)
Application - videokiosk
Videokiosk is under Linux (Ubuntu 10.10)
I did not need advanced features SDL.
I wanted a very specific video output playlist.

Videokiosk contained about 60-70 controls. I just took the project from the bazaar, designed to test the MediaPlayer. Added there needed controls, and installed on a terminal equipped with a touchscreen.

The result was sad. Even in the video 360 on 200 points, when you click on the application, the video freezes at 0.5 - 1 second. Then, after all buttons released, gradually catching up with video sound, for 1-2 minutes.
This was unacceptable.

In the current VLC Player is organized as follows:
1. The sound comes directly without any processing of libvlc.
2. Libvlc displays video on SDL surface, which is output to the screen via SDLCtrl.
In the libvlc have the opportunity to do a separate thread, without disturbing the flow of front-end U++.

In any case, thanks for the MediaPlayer, which showed the possibility of the video output of U++, and pointing the way for further movement.

But here I put VLC player only for the purpose of obtaining advice on the problem.

I'm going to put in Bazaar VLCPlayer and invite you to co-authors and co-maintainers.


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: Let's test VLCPlayer and help to find some bugs [message #33845 is a reply to message #33844] Sun, 18 September 2011 02:30 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

message deleted

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}

[Updated on: Thu, 01 December 2011 19:11]

Report message to a moderator

Re: Let's test VLCPlayer and help to find some bugs [message #33848 is a reply to message #33845] Mon, 19 September 2011 08:22 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

pls move forum thread to Bazaar.

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: Let's test VLCPlayer and help to find some bugs [message #33850 is a reply to message #33848] Mon, 19 September 2011 12:34 Go to previous messageGo to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
sergeynikitin wrote on Mon, 19 September 2011 07:22

pls move forum thread to Bazaar.

done
Re: Let's test VLCPlayer and help to find some bugs [message #33864 is a reply to message #33850] Mon, 19 September 2011 23:28 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Thanks

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: Let's test VLCPlayer and help to find some bugs [message #33865 is a reply to message #33864] Tue, 20 September 2011 00:23 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

VLCPlayer and VLCPlayerTest uploaded to Bazaar.

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: Let's test VLCPlayer and help to find some bugs [message #33869 is a reply to message #33865] Tue, 20 September 2011 11:39 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Sergei

Quote:

I am not in any way wish to offend or reproach.


Oh no! Smile. It was just to learn.

PD: Sorry if sometimes I sound tough... it is not my intention 95% of times Rolling Eyes


Best regards
Iñaki
Re: Let's test VLCPlayer and help to find some bugs [message #33873 is a reply to message #33869] Tue, 20 September 2011 12:58 Go to previous message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Smile
Maybe it's my english....


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Previous Topic: Getting compile on Docking in bazaar
Next Topic: freetype2 and FTGL libraries
Goto Forum:
  


Current Time: Fri Mar 29 00:40:55 CET 2024

Total time taken to generate the page: 0.01164 seconds