priyank kumar chourasia schrieb: > Hi, > > I am going to write a simple c++ based application for streaming a data > from remote server/Playing a file from local machine i.e. Nokia-N800, > I'll place the exe in Nokia-N800 which will be connected to a ubuntu > machine(Is in network) via USB network. > > - How can I stream a clip(from N800) which is located at the remote > server(for example rtsp://abc.com/abc.3gp) ?? > - What settings are required to perform the above task ??
gst-launch-0.10 playbin uri=rtsp://abc.com/abc.3gp Study gstreamer developer docs at gstreamer.freedesktop.org/docs/ if you want to do the same from a c or python app. If you have more questions, come to #gstreamer on freenode-irc. Stefan > > Regards, > Priyank > > > ------------------------------------------------------------------------ > > _______________________________________________ > maemo-developers mailing list > [email protected] > https://lists.maemo.org/mailman/listinfo/maemo-developers _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
