Search found 29 matches

Go to advanced search

by anoopvuppala
05 May 2011 03:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Control the bitrate of ts media stream
Replies: 2
Views: 709

Re: Control the bitrate of ts media stream

Hey can you help me with my problem, i am opening a network stream and i am able to see video but i want to know which parameters access the information received from transmitter in the source code. I want to say information like buffer size, limit and how much it was left during streaming. thanks a...
by anoopvuppala
05 May 2011 03:14
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

Access modules have their own buffers. But I have no clue how those are monitored. http://git.videolan.org/?p=vlc.git;a=tree;f=modules/access Hey thanks for the reply, when i am opening a network url some information is received from the transmitter. But my problem is to know which parameter access...
by anoopvuppala
02 May 2011 02:05
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

I don't understand your question. You want to setup some options via VLC parameters? thanks for the reply, the problem is in streaming and as follows. which parameter is used for measuring the size of buffer and where it can be found for ex: if a streaming video stops then the buffer becomes empty ...
by anoopvuppala
30 Apr 2011 23:54
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

You could create a plugin that you could just add to other VLC installations, if you don't want to share your whole VLC setup to other computers. i want to share the whole vlc i mean example like ".exe" file. which parameter stores the necessary information of buffer (empty, full) and whe...
by anoopvuppala
29 Apr 2011 23:48
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

IIRC fprintf works with variables, so something like float reme = (float)(p_item->p_stats->i_read_bytes); fprintf(fp,"%f",reme); might work. now its working and i am getting statistics output to a file as required. but how can i install or use those files in another computer is there any ...
by anoopvuppala
27 Apr 2011 16:34
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

#include at the beginning should make them OK. i declared a structure in File *fp in class infopanel and now the error is removed and i done streaming my video and i got content in the file like this & �x�O��1W�� ��O�0�� \��;I����� X�O���&'\�O��YH�! H�O� ��1F�qD��E�D �D�@`�D`�D�@� & �x�...
by anoopvuppala
26 Apr 2011 16:34
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

Where did you get the File? Should it be FILE? http://www.cprogramming.com/tutorial/cfileio.html its a text file and i want to write statistics to that file. the problem is when i am declaring File *fp it showing me an error saying that "File and fp were not declared in this scope" so whe...
by anoopvuppala
26 Apr 2011 03:50
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

hey thanks for the reply
i removed if condition and i am getting an error for File, fp saying that not declared in this scope so where should i have to declare them can you be specific.
thanks and regards,
anoop vuppala.
by anoopvuppala
24 Apr 2011 22:04
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

if (UPDATE == null) ? update is a void function so it will not return anything so i want to check it update is null then execute the entire steps if not so i will remove null and i will call update with pointer just like here "update( input_item_t *p_item )" and i will declare ifdef funct...
by anoopvuppala
23 Apr 2011 16:54
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

/***************************************************************************** * infopanels.cpp : Panels for the information dialogs **************************************************************************** * Copyright (C) 2006-2007 the VideoLAN team * $Id: 2b35cdb599a2869f9540b6e617d53a16d1dd9b5...
by anoopvuppala
22 Apr 2011 18:44
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

filename input_stream you have two inputs you want to play? i didn't got you and my problem was solved. i used transcode function along with std in command line to see audio and video on streaming side -> one more thing left was that is there any where in the source code to put a function so that i...
by anoopvuppala
21 Apr 2011 19:24
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

filename input_stream
you have two inputs you want to play?
i didn't got you and my problem was solved.
by anoopvuppala
20 Apr 2011 23:20
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

I haven't used the statistics option so I cannot help you with those. ok then, but can you help me whats the problem that why i am not able to see audio and video on streaming side when i use this command "vlc filename input_stream "#std{access=udp,mux=ts,dst=194.47.147.138:1234} --intf r...
by anoopvuppala
20 Apr 2011 03:15
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

Is the 194.47.147.138 address of client? yes its a client address and more over can you help me with my problem thanks and regards, anoop vuppala. hey, -> few of my problems were solved i can see audio and video on client with statistics using a modified command client side:vlc udp://@:1234 --intf ...
by anoopvuppala
19 Apr 2011 18:05
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

Is the 194.47.147.138 address of client?
yes

its a client address and more over can you help me with my problem

thanks and regards,
anoop vuppala.
by anoopvuppala
18 Apr 2011 19:38
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

Re: To see stats,audio & video during streaming from rc inte

i used this command "vlc udp://@:1234" to view the video from client side but here also i am not able to view the statistics by using stats command --intf rc interface. please guide me what i have to add to the command to view the statistics on both side one more thing yesterday i used thi...
by anoopvuppala
17 Apr 2011 19:20
Forum: VLC media player for Windows Troubleshooting
Topic: To see stats,audio & video during streaming from rc interfac
Replies: 28
Views: 4137

To see stats,audio & video during streaming from rc interfac

Hej, I want to view the statistics in a console for that i am using "vlc --intf rc" and another window opens,there I am using stats but a reply like this appears "stats:returned (no error)"----------1)what i have to do now to view the statistics in console. 2) when i am using thi...
by anoopvuppala
13 Apr 2011 19:14
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot create executable-cC ompiler not found
Replies: 16
Views: 1522

Re: Cannot create executable-cC ompiler not found

Use PATH=/usr/win32/bin:$PATH make for compiling. hey thanks, but i use that one only to compile and when i am doing that the error(moc command not found)is coming. Is any one sure the steps given in this link http://wiki.videolan.org/Win32CompileMSYSNew to compile vlc and the source code 1.1.8 wor...
by anoopvuppala
12 Apr 2011 19:13
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot create executable-cC ompiler not found
Replies: 16
Views: 1522

Re: Cannot create executable-cC ompiler not found

/bin/sh: moc: command not found
moc is missing.
moc.exe is available in 1.0\win32\bin and still got the error what can i do now.

thanks and regards,
anoop vuppala.
by anoopvuppala
12 Apr 2011 01:59
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot create executable-cC ompiler not found
Replies: 16
Views: 1522

Re: Cannot create executable-cC ompiler not found

i didn't disable bda because when i opened configure-msys to edit i didnt find anything in the mean while i uploaded vlc source code of another version(1.1.8) and i got the following error Creating library file: .libs/libsubtitle_plugin.dll.a CC libtta_plugin_la-tta.lo CCLD libtta_plugin.la Creating...
by anoopvuppala
11 Apr 2011 16:11
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot create executable-cC ompiler not found
Replies: 16
Views: 1522

Re: Cannot create executable-cC ompiler not found

hey Jean,

hoe can i disable bda can you be specific.

thanks in advance,
anoop vuppala,
anoopvuppala@gmail.com
by anoopvuppala
11 Apr 2011 05:34
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot create executable-cC ompiler not found
Replies: 16
Views: 1522

Re: Cannot create executable-cC ompiler not found

hey, i done as you said step 1:i downloaded the file as you said from the given link and extracted to c:\ step 2: i downloaded lua tools and extracted them to c:\vlc_sdk\1.0\home\anoop step 3:i downloaded vlc 1.1.0 source code and kept it in c:\vlc_sdk\1.0\home\anoop step 4:i added configure-msys an...
by anoopvuppala
11 Apr 2011 03:28
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot create executable-cC ompiler not found
Replies: 16
Views: 1522

Re: Cannot create executable-cC ompiler not found

hey thanks for the reply i am doing it and why i want to compile is i am streaming a video to my friends laptop(public ip address) and i am able to stream, i can observe the statistics present in tools/media information of gui but i want to make a log of them may be in excel or word is there any oth...
by anoopvuppala
10 Apr 2011 09:33
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot create executable-cC ompiler not found
Replies: 16
Views: 1522

Re: Cannot create executable-cC ompiler not found

hey , can any help me out with this i am getting an error while i am doing bootstrap aclocal: configure.ac: 31: macro `AM_SILENT_RULES' not found in library aclocal: macro `AM_PROG_MKDIR_P' required but not defined aclocal: macro `AM_PROG_MKDIR_P' required but not defined autoreconf: aclocal failed ...
by anoopvuppala
10 Apr 2011 06:21
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot create executable-cC ompiler not found
Replies: 16
Views: 1522

Re: Cannot create executable-cC ompiler not found

thanks for your reply, i did that as mentioned in http://wiki.videolan.org/Win32CompileMSYSNew but what i have to do now and it is mention to use vlc 1.1.0-rc3 version as base but when i also done for vlc1.1.8 it said schrodeinger file was not found is there anyother preforma to compile vlc for the ...

Go to advanced search