Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: I want to start a project where I can stream media from my Linux server.

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default I want to start a project where I can stream media from my Linux server.

    So I just graduated and while I'm looking for a job I want to start a project. I have a home server right now that uses ubuntu where I have music, movies, pictures ... etc. I would like to start off being able to stream my music and move from the server program to a client program. I evetually want to create a web app client. My goal is to eventually get a raspberry pi to have near my tv so I will be able to steam movies and other media to the tv. I also have experience developing in Android so eventually I'm also looking to make an application for my phone that works with this project.

    I started doing some research about which protocol I will be using and it looks like the best way is to use RSTP. Looks like Netty should be a good API to use, but I'm still doing my research. I have no idea how to get started though. Any one have any good resources that could be me get the ball rolling?


  2. #2
    Junior Member
    Join Date
    May 2013
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: I want to start a project where I can stream media from my Linux server.

    This is most likely the wrong section to ask this question. I don't know how good you are at programming but I would start with making a simple chat program using Sockets and build off of that.

  3. #3
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: I want to start a project where I can stream media from my Linux server.

    Thread moved from "Whats wrong with my code?" due to lack of code

Similar Threads

  1. connect to linux server from windows
    By ridg18 in forum Java Theory & Questions
    Replies: 6
    Last Post: June 17th, 2013, 05:35 AM
  2. How to set up storm project in widows7/linux
    By Nitul.Halder in forum Java Theory & Questions
    Replies: 0
    Last Post: February 6th, 2013, 06:40 AM
  3. Replies: 1
    Last Post: June 7th, 2011, 11:53 AM
  4. Stream with servlet in windows media
    By migalvcon in forum Java Servlet
    Replies: 0
    Last Post: May 19th, 2010, 05:03 AM
  5. getting files in the linux server
    By Truffy in forum Java Networking
    Replies: 36
    Last Post: June 22nd, 2009, 06:32 PM