Search found 22 matches

Go to advanced search

by sepi_1982
12 Dec 2006 14:20
Forum: VLM
Topic: HTTP interface
Replies: 1
Views: 3124

HTTP interface

Hello i am trying to use VLM combined with HTTP interface. using command line, i managed to add my files to the playlist using this: vlc -I http [--http-src /sounds/mp3/ --http-host localhost:1234] but i am unable to access the files with another VLC player over HTTP. For example if i locally try to...
by sepi_1982
12 Dec 2006 13:38
Forum: General VLC media player Troubleshooting
Topic: JVLC error when running demo application
Replies: 16
Views: 4499

Hi,

JVLC group just released a new version of their librairies: binaries for both Linux and Windows. I did not try it but it might be now running fine without hard compilation.
by sepi_1982
23 Nov 2006 08:04
Forum: General VLC media player Troubleshooting
Topic: VLC HTTP specs
Replies: 11
Views: 2664

Terve, thanks a lot for your help. Yes, it is obvious that VLC does not accept my stream because i did not tell it to do so. But the fact is that i cannot find a way to configure it so that it may eventually accept the streams. I try to use the "continuous stream" option in the VLC HTTP se...
by sepi_1982
22 Nov 2006 09:28
Forum: General VLC media player Troubleshooting
Topic: VLC HTTP specs
Replies: 11
Views: 2664

Hi, yes i found out that also. Why VLC would not accept this stream? Do i need to send further information to VLC beforehand? I just read byte by byte lets say a mp4 files and send the byte arrays to VLC via UDP or HTTP. For HTTP i first need to initiate an HTTP connection by sending this: HTTP/1.0 ...
by sepi_1982
21 Nov 2006 15:42
Forum: General VLC media player Troubleshooting
Topic: VLC HTTP specs
Replies: 11
Views: 2664

Hello, I have been investigating more HTTP and UDP streaming. When i try to stream file such as wav.mp4 files (sending raw bytes to VLC), i get this kind of errors in the messages output: main debug: adding playlist item `http://localhost:1234' ( http://localhost:1234 ) main debug: creating new inpu...
by sepi_1982
21 Nov 2006 09:13
Forum: VLM
Topic: on demand streaming
Replies: 2
Views: 2397

hi thanks, there are some format i did not manage to stream , like .avi and mp4 files. Would it be possible to convert them to a format which can be stream? what can command could i use to transcode any file to a format suitable for streaming? Can i do this on the fly using this http interface, VLM?...
by sepi_1982
21 Nov 2006 07:31
Forum: VLM
Topic: on demand streaming
Replies: 2
Views: 2397

on demand streaming

Hello, I would like to use the VLC HTTP interface to put some movie file online so that they can be streamed. Is it possible to do that? Then it would be possible to access those with another VLC player using address such as http://localhost:8080/media/movie.mpg ? I would be glad to have some guidel...
by sepi_1982
17 Nov 2006 09:43
Forum: General VLC media player Troubleshooting
Topic: VLC HTTP specs
Replies: 11
Views: 2664

Hello Thanks for your reply, i will give a try to UDP. Using RTP would bring me back to Java Media framework, i spent months with JMF and did not have successful results. For streaming more types of file i should first try to transcode the file to MPEG_TS with VLC? is it possible to transcode and st...
by sepi_1982
17 Nov 2006 07:59
Forum: General VLC media player Troubleshooting
Topic: VLC HTTP specs
Replies: 11
Views: 2664

Hello, thanks for your reply. What other solution do i have to forward my stream to VLC from a java application? JVLC could have been a good solution but it seems their Linux support is really limitated and i never managed to run their example on my linux debian machine. I also tried to handle the m...
by sepi_1982
16 Nov 2006 13:43
Forum: General VLC media player Troubleshooting
Topic: VLC HTTP specs
Replies: 11
Views: 2664

VLC HTTP specs

Hello, i am trying to forward a stream from a java application to VLC via HTTP. I started a serverSocket on port 1234 and VLC connect via HTTP with the address http://localhost:1234 When the socket is created , i first sent this tags to VLC: out.write( new String("HTTP/1.0 200 OK").getByte...
by sepi_1982
07 Nov 2006 14:33
Forum: General VLC media player Troubleshooting
Topic: reading a emdia file byte by byet and forward to VLC + JAVA
Replies: 0
Views: 644

reading a emdia file byte by byet and forward to VLC + JAVA

Hello i am trying to read a media file byte by byte, build UDP datagram and send this over my machine on port 5000. I started VLC player to listen on port 5000 UDP, VLC does receive something but does not display anything. here is my java code: I read an .avi file by chunck of 1024 bytes: System.out...
by sepi_1982
03 Nov 2006 07:24
Forum: General VLC media player Troubleshooting
Topic: JVLC error when running demo application
Replies: 16
Views: 4499

hi thnks for your reply,, i do not have root access at my study place. I tried your guidelines on my kubuntu 6.06 machine i installled all required packages and it seems that ./boostrap works but i get some error when ./configure some missing librairies and make does not work. Is it not possible to ...
by sepi_1982
26 Oct 2006 09:23
Forum: General VLC media player Troubleshooting
Topic: JVLC error when running demo application
Replies: 16
Views: 4499

sill some problems

Hello thanks a again for your reply and the documentation. i did not manage to compile VLC from source either., i get some errors: when i run./bootstrap it notifies me this: "You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'" then later own i get this error: Co...
by sepi_1982
10 Oct 2006 14:00
Forum: VLC media player for Linux and friends Troubleshooting
Topic: jvlc
Replies: 6
Views: 1948

yes i get the same problem under debian, any idea?
by sepi_1982
09 Oct 2006 13:03
Forum: General VLC media player Troubleshooting
Topic: JVLC error when running demo application
Replies: 16
Views: 4499

hi,
what do you think is the reason of my problem?
thanks
sebastien
by sepi_1982
06 Oct 2006 15:56
Forum: General VLC media player Troubleshooting
Topic: JVLC error when running demo application
Replies: 16
Views: 4499

I have made some progress, by installing the library , i got the application SwingClien t of JVLC to starts. I can see the GUI but not my AVI movie. I get those errors: [00000018] main interface error: no interface module matched "hotkeys,none" [00000018] main interface error: no suitable ...
by sepi_1982
06 Oct 2006 08:12
Forum: General VLC media player Troubleshooting
Topic: JVLC error when running demo application
Replies: 16
Views: 4499

Hello, thanks for your reply. It seems that was the problem but now i have another one. It looks for the file: libstdc++.so.6 Exception in thread "main" java.lang.UnsatisfiedLinkError: /lib/libjvlc.so: libstdc++.so.6: cannot open shared object file: No such file or directory at java.lang.C...
by sepi_1982
05 Oct 2006 14:39
Forum: General VLC media player Troubleshooting
Topic: JVLC error when running demo application
Replies: 16
Views: 4499

still the same problem

hi,
thanks for your nreply. I did installed the package libdvbpsi3-dev under linux debian, but i still get the same exception. Do i need to restart Eclipse or my whole machine?

any idea?
thanks a lot
sebastien
by sepi_1982
05 Oct 2006 08:11
Forum: General VLC media player Troubleshooting
Topic: JVLC error when running demo application
Replies: 16
Views: 4499

JVLC error when running demo application

Hello, i am under Debian Linux and i am unable to run the JVLC demo application SwingClient. I get the following exception: xception in thread "main" java.lang.UnsatisfiedLinkError: workspace_thesis/vlcTest/lib/libjvlc.so: libdvbpsi.so.4: cannot open shared object file: No such file or dir...
by sepi_1982
22 Aug 2006 15:50
Forum: General VLC media player Troubleshooting
Topic: test streaming server
Replies: 1
Views: 624

test streaming server

Hi
i was wondering if there is any VLC streaming server running and broadcasting constantly video content over the Internet? I could use one of those for testing purpose within my application.

thanks a lot
sebastien
by sepi_1982
22 Aug 2006 14:50
Forum: General VLC media player Troubleshooting
Topic: RTSP server supported?
Replies: 1
Views: 612

RTSP server supported?

Hello,

Does the VLC streaming server can be used as RTSP streaming server as well? By this i mean can we use this type of address:
“rtsp://” address [“:” port ] [ “/” type]

thanks a lot
sebastien
by sepi_1982
21 Aug 2006 13:06
Forum: General VLC media player Troubleshooting
Topic: live video streaming pc <---> 3G mobilePhone
Replies: 0
Views: 638

live video streaming pc <---> 3G mobilePhone

Hello, I am trying to use the Java binding to VLC: jlvc: https://trac.videolan.org/jvlc to create a sample video streaming application between a PC and a mobile phone. My phone(Nokia N80) supports format like mp4 or 3gp. Does VLC supports transcoding to 3gp? any advises are welcome. best regards Sepi

Go to advanced search