Jump to content
Sign in to follow this  
~O~

Logo Change

Recommended Posts

quote:
change logo function did not work when streaming(rtsp)

I did find a fix, but I don't know if it is really stable, still if someone is interested, here it is :

in logo.c, I replaced the line " add_file( CFG_PREFIX "file", NULL, NULL, FILE_TEXT, FILE_LONGTEXT, false )" by : " add_string( CFG_PREFIX "file", NULL, NULL, FILE_TEXT, FILE_LONGTEXT, false )".

This way, in variable.c, the type return by var_Type is OK (the "i_type&VLC_VAR_ISCOMMAND" test passes, which was not the case before the change, even if the class was OK...).

Share this post


Link to post
Share on other sites

quote:
Originally posted by perambulator:

quote:
change logo function did not work when streaming(rtsp)

I did find a fix, but I don't know if it is really stable, still if someone is interested, here it is :

in logo.c, I replaced the line " add_file( CFG_PREFIX "file", NULL, NULL, FILE_TEXT, FILE_LONGTEXT, false )" by : " add_string( CFG_PREFIX "file", NULL, NULL, FILE_TEXT, FILE_LONGTEXT, false )".

This way, in variable.c, the type return by var_Type is OK (the "i_type&VLC_VAR_ISCOMMAND" test passes, which was not the case before the change, even if the class was OK...).

 

what he said

Share this post


Link to post
Share on other sites

quote:
change logo's display position

hi

I have followed your method ,put a transparent logo image on that,size is 430*380(my player is 450*400) turn out the result

is the whole image place on the player on the center , but that isn't what I want, may be I can't catch your idea so that make a mistake. what about we communication with Email? so I can send my idea via a picture to you ,I think that will be express clearly

 

thanks!!!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×