I used Fraps and Sony VegasMnMz wrote:
how did you get it to use your skin?B00l3t wrote:
I followed another sites instructions on rendering my videos. Here's the result:
is it bad? Thoughts?
I used Fraps and Sony VegasMnMz wrote:
how did you get it to use your skin?B00l3t wrote:
I followed another sites instructions on rendering my videos. Here's the result:
is it bad? Thoughts?
Freezing is due to io contention, for best results record between 01:00 and 06:00 UTC[Avail] wrote:
I'm guessing osu!record hates this map.
Tried getting osu!record to record it two times, both times it froze at a place (different place each time)
Seems the API endpoint I was using changed slightly, so all beatmaps ranked since the 11th of this month were not downloaded. This has been resolved, but it will take a few hours due to download limits etc.PwnageInc wrote:
MitiS - Open Window (feat. Anna Yvette) https://osu.ppy.sh/s/100628
Lindsey Stirling and Pentatonix - Radioactive https://osu.ppy.sh/s/98023
Lindsey Stirling - Electric Daisy Violin https://osu.ppy.sh/s/99566
Fear, and Loathing in Las Vegas - Scream Hard as You Can - Fails to upload, crashes to main menu for some reason, magically it did upload but had weird errors in it like freezing, and sound glitches. https://osu.ppy.sh/s/89979
If you could add the first three since they don't have beatmap packs/ are too new. That'd be dope, appreciate the work.
Keep it up, saves us people with the 10Kbps uploads from spending hours uploading. thank you
what were you expecting?Kary wrote:
I don't get it. I tried to upload a .osr file but then it started recording my screen? O_o WTH!
Here's the recording http://www.youtube.com/watch?v=fS918P0SZJg
Unannounced network outage, blame http://www.gamingdeluxe.co.uk/Maav wrote:
Is the site down or something ATM?
It doesn't have a dedicated GPU. He mentioned an Intel GMA a while back (which means osu! is running pretty well for a Linux server).[Avail] wrote:
It's running on a server, and 95% servers don't have dedicated GPUs, that might be the cause
That's the idea.[Sean] wrote:
If I was to upload an .osk, it would play that map with the skin on, right?
He mentioned that is planned in the past.[Avail] wrote:
What about being able to link .osk files from other hosts? Like, upload your skin only once (to by example puush or up.ppy.sh), and then be able to just link it each time you want to upload a replay. (Would be a lot easier for me, too, since my net is quite crap)
Just... no.PartyPancake wrote:
Could you add yt:stretch=16:9 to the tags? Would be awesome!
Edit: I know you can add that manually but it takes some time :3 And some don't know this trick!
The Youtube tag works with the video ID (the part after ?v=, in that case, -ibhU3D6I48), not the link.Hula wrote:
How come when I upload my skin it doesn't change the cursor
Starting osu! and beginning replay playback...
Error: osu! failed to start after waiting 25 seconds. Over 9000 possible reasons for this, best bet is to
just try again.
I will open source it when I get a chance to rewrite it. There's a few things that could become security holes with more knowledge of the workings (scary amount of sudo involved), and the code is currently at the standard of babby's first PHPMaxorq wrote:
Any chance for source code or at least some code snippets for self hosting? D:
It's kind of really annoying to sit ~10 minutes repeatedly clicking Upload.
Um, what do you need root permissions for, and can it be easily avoided somehow?Darkimmortal wrote:
I will open source it when I get a chance to rewrite it. There's a few things that could become security holes with more knowledge of the workings (scary amount of sudo involved), and the code is currently at the standard of babby's first PHPMaxorq wrote:
Any chance for source code or at least some code snippets for self hosting? D:
It's kind of really annoying to sit ~10 minutes repeatedly clicking Upload.
It's more for interop between the web server user and osu user, nothing of significance actually runs as rootMaxorq wrote:
Um, what do you need root permissions for, and can it be easily avoided somehow?Darkimmortal wrote:
I will open source it when I get a chance to rewrite it. There's a few things that could become security holes with more knowledge of the workings (scary amount of sudo involved), and the code is currently at the standard of babby's first PHP
Have you tried uploading the .osk? .osr files are played with the skin osu! is set to.aliciasimoned wrote:
how come every time i upload one of my replays it doesnt show the skin i used
if(file_exists("/tmp/osurecord/replay.osk")){Is deleting the Skin.ini REALLY necessary? As in, will it explode with the skin.ini or something? As far as I can remember, having a different skin.ini in the same skin folder will still keep the skin in that folder selected.
echo "\n\n\n\033[01;31mInstalling skin... \033[0m";
exec("unzip -oj /tmp/osurecord/replay.osk -d /home/osu/osu/Skins/BESTSKINNU");
exec("rm -rf /home/osu/osu/Skins/BESTSKINNU/skin.ini");
exec("rm -rf /home/osu/osu/Skins/BESTSKINNU/SKIN.ini");
exec("rm -rf /home/osu/osu/Skins/BESTSKINNU/SKIN.INI");
exec("rm -rf /home/osu/osu/Skins/BESTSKINNU/skin.INI");
exec("rm -rf /home/osu/osu/Skins/BESTSKINNU/Skin.ini");
echo "ok";
}
You should be able to unlink them. under account settings on youtube, I did that myself.Maxorq wrote:
Since I made that damn Google+ page for my YouTube channel, osu!record tells me there is no YouTube channel linked with my account.
Oh well, it was nice until it lasted
Holy shit, I never realised I'm THAT stupid.CarlGel wrote:
You should be able to unlink them. under account settings on youtube, I did that myself.Maxorq wrote:
Since I made that damn Google+ page for my YouTube channel, osu!record tells me there is no YouTube channel linked with my account.
Oh well, it was nice until it lasted
I tested this in the day you implemented skin uploading (and even mentioned skin.ini compatibility wouldn't be supported) and it worked... o3oDarkimmortal wrote:
It might have changed, but when I wrote it, changing the name in the skin.ini forced osu back to the default skin
I made it partially open source already: https://github.com/darkimmortal/OsuRecordlambochwan wrote:
Maybe you could add a little multi-server function and some people can donate their servers to help contribute to this!
Or make it open-source so others can also provide the service
I have a few windows servers, but idk about linuxDarkimmortal wrote:
I made it partially open source already: https://github.com/darkimmortal/OsuRecordlambochwan wrote:
Maybe you could add a little multi-server function and some people can donate their servers to help contribute to this!
Or make it open-source so others can also provide the service
People are more than welcome to run their own public or private instances
Also the recording functionality may have been unavailable for the past few hours due to my osu! account getting hacked - this has now been resolved
Darkimmortal wrote:
I made it partially open source already: https://github.com/darkimmortal/OsuRecordlambochwan wrote:
Maybe you could add a little multi-server function and some people can donate their servers to help contribute to this!
Or make it open-source so others can also provide the service
People are more than welcome to run their own public or private instances
Also the recording functionality may have been unavailable for the past few hours due to my osu! account getting hacked - this has now been resolved
It's just youJordan wrote:
Is it just me or that doesnt work anymore
The disconnect option isn't thereCarlGel wrote:
http://i.imgur.com/AcGjerS.png
Go to settings
http://www.youtube.com/watch?v=C_6HeatbVsEMcBob49 wrote:
The disconnect option isn't thereCarlGel wrote:
http://i.imgur.com/AcGjerS.png
Go to settings
Same problem. The link to disconnect my account is missing.GuiltyCrown98 wrote:
http://www.youtube.com/watch?v=C_6HeatbVsEMcBob49 wrote:
The disconnect option isn't there
hope this help you :V
that's good to hear. brb uploading :3Darkimmortal wrote:
I've completed the server migration+updates and the service is available again
Have also raised osu's resolution to 800x600 and enabled hit lighting as the newer kernel and graphics driver perform significantly better
>Disabled for a few days due to RAM constraintsVlerias wrote:
how to record?
You could always take Darkimmortal's script and set up your own version of it.The Masquerader wrote:
Got excited when I just discovered this as I'm a terrible editor! Too bad I have to wait a while to use it. Hopefully it's back up soon, can't wait to use it!
Edit : How can you change the background dimming in the videos? I prefer 75% dimming in all my videos.
How would someone do that, where is the script. I assume a server is required, easy enough to acquire.CarlGel wrote:
You could always take Darkimmortal's script and set up your own version of it.The Masquerader wrote:
Got excited when I just discovered this as I'm a terrible editor! Too bad I have to wait a while to use it. Hopefully it's back up soon, can't wait to use it!
Edit : How can you change the background dimming in the videos? I prefer 75% dimming in all my videos.
Silly Krudda! https://github.com/darkimmortal/OsuRecordImperf3kt wrote:
How would someone do that, where is the script. I assume a server is required, easy enough to acquire.CarlGel wrote:
You could always take Darkimmortal's script and set up your own version of it.
Youtube upload failed with reason: <?xml version='1.0' encoding='UTF-8'?><errors><error><domain>yt:validaLooking that up in the YouTube API reference, it seems the video title was too long. I do believe the maximum title length is 60 characters.
tion</domain><code>too_long</code><location type='xpath'>media:group/media:title/text()</location></error
></errors>
"[osu!] Oratorio The World God Only Knows - God only knows -Secrets of the Goddess- (Extract) (Maav)" is 99 characters long.CyberKitsune wrote:
There seems to be a bug regarding long song titles.
The video will encode fine, but on uploading to YouTube it errors on this:Youtube upload failed with reason: <?xml version='1.0' encoding='UTF-8'?><errors><error><domain>yt:validaLooking that up in the YouTube API reference, it seems the video title was too long. I do believe the maximum title length is 60 characters.
tion</domain><code>too_long</code><location type='xpath'>media:group/media:title/text()</location></error
></errors>
(The song used in question was https://osu.ppy.sh/s/46594)
https://github.com/darkimmortal/OsuRecordEru L wrote:
Can Someone please do a Tutorial on how to make your own OsuRecord like DarkImmortal? please.....![]()
![]()
![]()
![]()
ThankiesCarlGel wrote:
https://github.com/darkimmortal/OsuRecordEru L wrote:
Can Someone please do a Tutorial on how to make your own OsuRecord like DarkImmortal? please.....![]()
![]()
![]()
![]()
... Setting up a server for something is one of the most user-unfriendliest things I can think of. If you don't have some computer knowledge (including Linux knowledge yo), it's totally unadvised to attempt something like this, even the project being opensource.Eru L wrote:
Can Someone please do a Tutorial on how to make your own OsuRecord like DarkImmortal? please.....![]()
![]()
![]()
![]()
Still down due to RAM constraints. Read up the thread and be patient.dedaloodak wrote:
site is not working -.-
Did he turn off the whole HTTP part due to RAM constraints? Weird...Lust wrote:
Still down due to RAM constraints. Read up the thread and be patient.dedaloodak wrote:
site is not working -.-
I dunno what's going on now, but the RAM constraints bit was when you tried to upload an osr it would give that as (I assume) darkimmortal did that.Maav wrote:
Did he turn off the whole HTTP part due to RAM constraints? Weird...
I can totally understand removing the upload button for that reason. And add a message with what's happening in the page. It's a more practical solution.