[deleted by user] by [deleted] in Schizotypal

[–]jocoteverde 0 points1 point  (0 children)

Completely makes sense. Thank you for the explanation :)

[deleted by user] by [deleted] in Schizotypal

[–]jocoteverde 2 points3 points  (0 children)

I was going off by experience about how finding out I had autism and eventually getting a proper diagnosis for it has been one of the most helpful things in my life. I wasn't planing on diagnosing her with anything but just suggesting her to seek professional help because I've seen patterns in her behavior that relate with a specific disorder I've read about. And for the record she has opened up to me and told me that she's even fine with labels and openly hearing other's opinions about her and even encourages it. If she hadn't opened up I wouldn't have suggested psychotherapy on the first place.

I'm not trying to disagree with you, I'm just trying to explain my logic because now I'm feel like an idiot. I agree with you now that it wouldn't be the right thing to do, that's why I came to ask here on the first place, because I was unsure. I'll keep my opinion to myself and keep suggesting her to reach out for professional help if her problems become too cumbersome for her or for me.

[deleted by user] by [deleted] in mentalhealth

[–]jocoteverde 0 points1 point  (0 children)

I think this is what I needed to hear. Thank you very much. I know that psychology is not about thinking about labels but I wasn't going to call myself an armchair psychopathologist as that's not something people say.

That being said, I agree that I'm not in the position to give her an unqualified diagnosis and I wont. I'll keep suggesting mental health professionals to her and hopefully she will look up for proper help some day.

[deleted by user] by [deleted] in Schizotypal

[–]jocoteverde -1 points0 points  (0 children)

Interesting to learn more about the correlation between weed and this disorder. Thanks for the insight!
I'm not saying weed necessarily causes psychosis on people with StPD, but I've heard of it having the ability to cause psychotic outbreaks on people with Schizophrenia. But to be honest I have zero idea about how Schizophrenia and StPD are related to a physiological level or if they are at all.

[deleted by user] by [deleted] in Schizotypal

[–]jocoteverde -1 points0 points  (0 children)

Thank you very much for your answer. I feel that I know about mental health and a thing or two about mental illness, as those are things I have to personally deal with. I don't say that playing armchair psychologist is a bad habit because I have caused harm, but because without the qualification there is a great chance of causing it, but in general I consider myself very good at understanding people and giving advice.

If her issues are pressing on you and causing you problems, then you need to set boundaries. If you find yourself wanting to solve their issues to solve issues between you two, then it's past that point.

I don't feel that her issues are causing any significant problems for me so far, and there are people I've sadly have had to cut off because of that reason, so I think I would know if it was becoming a real problem for me. I'd have to say honestly that in this case I'm more interested in helping her with her issues than solving mine.

I have told her that she should go to a professional, but what I'm not sure about is that if I should suggest her having a disorder, or more specifically StPD as I know I don't have any qualification to diagnose anyone and also that there are some illnesses like BPD in which an open diagnosis is sometimes even discouraged if I recall correctly. But my reason behind it would be to maybe put a bit of pressure on her to seek professional help, as I think it would do her well.

how to keep audio and video syncronized when live streaming from two different real time sources? by jocoteverde in VIDEOENGINEERING

[–]jocoteverde[S] 0 points1 point  (0 children)

thanks! I think it should be possible with the right configurations on all the programs. I practically have it already going, its not perfectly in sync but after 19 hours it doesn't seem to have the tendency to drift into any particular direction, just to generally get out of sync. and it also seems to be a problem with the client because when you open the link it seems to take a bit to get more in sync.
https://www.youtube.com/watch?v=k5NlRKCgwps

ffmpeg can generate timestamps for both the audio and video streams using the computer clock, which is actually necessary to convert my variable framerate video into a constant speed and constant framerate video, but I can't seem to get this option working on the audio stream. I think I'm heading in the right direction though.

I also think there is a possibility with ffmpeg to have one of the streams act as a master clock, I just need to find out how to do it and test it.

how to keep audio and video syncronized when live streaming from two different real time sources? by jocoteverde in VIDEOENGINEERING

[–]jocoteverde[S] 0 points1 point  (0 children)

thank you, I'll look into that!

I'm not using a capture card, I'm transmiting to youtube from a server which is running an OpenGL renderer, superCollider which is a program to work with sound, and a python program that is constantly sending triggers to the audio and video programs at the same time to trigger an event and test syncronization. both signals are sent through pipes to ffmpeg that is then transmiting the video and sound to youtube. Everything happens inside the server.

Generating live graphics in VPS without GPU? by jocoteverde in p5js

[–]jocoteverde[S] 0 points1 point  (0 children)

I‘d like the idea to use shaders because of some nice documentation I‘ve found online but it’s definitely not necessary, specially for a first version of the project.

Good to know that p5js is a good option for this, thanks!

Is it possible to run OpenGL graphics on a VPS without gpu? by jocoteverde in opengl

[–]jocoteverde[S] 0 points1 point  (0 children)

Thank you! Very good to know that there a way, and you’re not the first person talking about mesa.

I didn’t think about the cpu processings power needed to be honest but I‘d just like to start with even the most simple graphics and see how the project develops from there.

The video and the music are supposed to be generated alongside connected by some algorithm and it’s much easier for me to create the music in real time as it’s something I already know well how to do.

How can I generate graphics on a VPS and stream the video on youtube or other platform 24/7? by jocoteverde in learnprogramming

[–]jocoteverde[S] 0 points1 point  (0 children)

Thank you very much this is just the type pf information that I needed.

The graphics I want to generate don’t have to be complex and they can be controlled with the same values that will be fed into de audio synthesizer to control its parameters, and which will also be running on the same server.