I want to build a project of video chatting + messaging by java without internet connection through *lan*. But i can't get any idea about what to do and how to do? I am beginner in java GUI. So I want to know the topics that i have to learn and from where?
well, you will need to look up data streaming, showing video stream on panel and socket and protocol manipulation in the java docs and other online guides. those are the foundation you will need for the project. as for the GUI, it is not hard.. there are many tutorials out there.
if you face a problem we will help, but we will NOT do it for you... start something first.
examples:
GUI
Network basics
Video streaming
do your research... that is the way to learn
also, research steps of making (analyzing) a project
Related
I want to simulate my FRC robot code in Unity3d. For this, I watched the video by
Bill Kinahan on Youtube and was able to make the Unity3d Model. But I am having trouble getting to run and connect my Java code to it.
Link to Youtube Video: https://www.youtube.com/watch?v=Qryc2ck-AgY&t=2514s
Please I have been trying everything. Since I have no prior experience with Websockets I don't know how to actually use it nor do I know where to include it in the code. Any kind of help will be much appreciated. Thank You
I am trying to building a LAN messenger application in android.
I searching on internet for reference project but while reading their code i am not able to understand what actually going on.
Can anyone help me or point me to some other good resources that can help me in my project will be great.
It is enough for me if some one told me key points(what are the things required for this kind of project) and just give me little push so that i can start.
An idea would be to use the open source Alljoyn framework to exchange messages on the LAN. There is also a chat example that you can download, run and examine.
More info here:
https://allseenalliance.org/framework/documentation/develop/run-sample-apps/chat
I'm am decently new at programming and I was wondering how I would go about getting info from youtube in regards to my channel. I was wondering if it is possible to check if anyone commented on a video and how many subscriptions my page has within the application. Now, I have a general idea of how I would go about doing this but I was wondering if I could grab all of this info without youtube actually opening in my browser.
Thanks!
Edit- this is entirely for fun and to increase my programming skills with Java. I know youtube analytics would be a million times better for this, but bear with me here.
You have this website with tutorials and examples. https://developers.google.com/youtube/code_samples?hl=pt-PT" target_"blank"
You should learn YouTube analytics. YouTube Analytics lets you monitor the performance of your channel and videos with up-to-date metrics and reports. There's a ton of data available in different reports (e.g. Views, Traffic sources, Demographics). Here you can learn more: https://support.google.com/youtube/answer/1714323
I wish to show live video in a java-web application. For this I found that xuggler(java library) is capable of doing that. But I didn't get code to how to implement it.
I have done some tutorials with xuggler like capturing frames from a video. But not much familiar with xuggler. Please help.
Any help is appreciated.
I have an android app that records audio and does other stuff, and I wanted to make a PC applet in java to allow users to listen to what they record on their androids. I got everything to work, but came to a halt at the playing part. Android can only record 3 formats (MPEG4, AMR, and 3GPP). And I'm having trouble finding a java api or code to play any of those formats. Does anyone have any suggestions or solutions?
Thanks in advance.
On this thread you can find numerous java API to playback audio files :
Any good recommendations for MP3/Sound libraries for java?
Also, you probably want to write a desktop application, not an applet. Applets are an old technology that never really catched up (to be honest Microsoft helped quite a lot to kill that tech...).