Search found 15 matches

Go to advanced search

by kj90
16 Jul 2010 19:12
Forum: General VLC media player Troubleshooting
Topic: Streaming with VLC 1.1.0
Replies: 7
Views: 2123

Re: Streaming with VLC 1.1.0

I'm not sure what you mean...? It works fine with vlc 0.8.6 though. This is what shows up in messages: qt4 debug: MRL passed to the Sout: C:\Documents and Settings\kjoseph\Desktop\output.mpg qt4 debug: Adding option: file-caching=300 qt4 debug: Adding option: :sout=#duplicate{dst=rtp{dst=239.255.0.1...
by kj90
14 Jul 2010 21:55
Forum: Development around libVLC
Topic: open stream in qt interface
Replies: 7
Views: 1821

open stream in qt interface

I open and play a stream using the code below. When I run the program, a qt interface of vlc opens up but the stream opens and plays in another window. How would I get the stream to play in the qt interface instead of a separate window? const char * const vlc_args[] = { "-I", "qt"...
by kj90
14 Jul 2010 16:48
Forum: General VLC media player Troubleshooting
Topic: Streaming doesnt work for me with 1.1.0
Replies: 4
Views: 1193

Re: Streaming doesnt work for me with 1.1.0

sry, i just realized the question was for http streaming (i was trying rtp and udp). i got http streaming to work with h264 and asf. do you know what container or codec to use for rtp or udp? here is the verbose output: qt4 debug: MRL passed to the Sout: C:\Documents and Settings\kjoseph\Desktop\out...
by kj90
13 Jul 2010 20:29
Forum: VLC media player for Windows Troubleshooting
Topic: undefined reference to `_WinMain@16' error compiling VLC
Replies: 4
Views: 1033

Re: undefined reference to `_WinMain@16' error compiling VLC

I'm having the same problem now. Did you ever find another solution to this?
by kj90
12 Jul 2010 21:18
Forum: General VLC media player Troubleshooting
Topic: Streaming doesnt work for me with 1.1.0
Replies: 4
Views: 1193

Re: Streaming doesnt work for me with 1.1.0

I'm having the same problem (even using ogg container and h264 with asf)... please help
by kj90
09 Jul 2010 17:23
Forum: General VLC media player Troubleshooting
Topic: Streaming with VLC 1.1.0
Replies: 7
Views: 2123

Re: Streaming with VLC 1.1.0

Maybe I'm setting something wrong with the transcoding?
by kj90
07 Jul 2010 20:09
Forum: General VLC media player Troubleshooting
Topic: Streaming with VLC 1.1.0
Replies: 7
Views: 2123

Re: Streaming with VLC 1.1.0

So I realized that this is only a problem when I try to stream a local file. When I restream a stream, it works fine. Any ideas why? Do I need to activate transcoding? Am I setting some options wrong? Any help is appreciated.

Thanks.
by kj90
06 Jul 2010 16:28
Forum: General VLC media player Troubleshooting
Topic: Streaming with VLC 1.1.0
Replies: 7
Views: 2123

Re: Streaming with VLC 1.1.0

I'm getting the same problem with rtp.
by kj90
01 Jul 2010 21:30
Forum: General VLC media player Troubleshooting
Topic: Streaming with VLC 1.1.0
Replies: 7
Views: 2123

Streaming with VLC 1.1.0

I open up a local file in vlc player and then stream it through udp, giving it a multicast address and port. However, I can't open up the network stream in a different vlc player. This works perfectly fine when I stream on VLC 0.8.6. Any ideas of what I could be doing wrong?

Thanks in advance.
by kj90
30 Jun 2010 22:17
Forum: Development around libVLC
Topic: media_player.c
Replies: 7
Views: 866

Re: media_player.c

Just one more question... if I wanted to stream a file over udp or rtp, where would I start? Are there options for that that I can add to vlc_args or is there a separate set of functions to stream video files?
by kj90
30 Jun 2010 16:33
Forum: Development around libVLC
Topic: media_player.c
Replies: 7
Views: 866

Re: media_player.c

Thanks! I realized that I wasn't setting the hwnd properly. The sample code works now :)
by kj90
29 Jun 2010 19:29
Forum: Development around libVLC
Topic: media_player.c
Replies: 7
Views: 866

Re: media_player.c

I realized that I needed to add libvlc_add_intf() to have to open up vlc so now vlc opens but for some reason, it doesn't play the file. Any ideas of why this could be? This is the test code that I'm working with: int main(int argc, char* argv[]) { const char * const vlc_args[] = { "--ignore-co...
by kj90
29 Jun 2010 17:33
Forum: Development around libVLC
Topic: media_player.c
Replies: 7
Views: 866

Re: media_player.c

Thanks, I'm using vlc 1.1.0 on Windows XP. I've actually looked at that tutorial and passed in a local video file to play but I'm having the same issue... I commented out the "dummy" flag in the arguments but I still don't get anything. How do I get it to play a video file? Is there an opt...
by kj90
29 Jun 2010 17:03
Forum: Development around libVLC
Topic: media_player.c
Replies: 7
Views: 866

media_player.c

I'm just learning libVLC and tried running media_player.c It runs without any errors but it doesn't do anything and I'm not sure what I'm supposed to expect? I'm guessing that this program is supposed to open up an instance of vlc and play the file specified in test_default_sample[] but if vout and ...
by kj90
25 Jun 2010 22:05
Forum: VideoLAN Server and miniSAPserver
Topic: Example files
Replies: 0
Views: 7077

Example files

I'm trying to write a cpp program that streams a local video file on the network through RTP. I'm fairly new to this and I'm not sure if I should use VLC or VLS. Is there any example files that I can look at to get me started?

Thanks in advance.

Go to advanced search